On Aug 5, 11:19 am, AchipA <
attila.cs...@gmail.com> wrote:
> If you're using service mode on windows and this does not work out, you can
> still call the function directly (e.g. python web2py.py -S application/
> controller/function in the crontab)
Great - this works for me with Windows Service & hence almost closes
my previous issue with this:
http://groups.google.com/group/web2py/browse_thread/thread/b92a5485e6ae153b
The snaglet(s) left is that this isn't truly portable:
* Application name shouldn't hardcoded within the application
* This assumes running web2py from source...I guess web2py.exe would
work instead of 'python web2py.py' for the windows binary case
For portability we really need the usual syntax of *controller/
function
I'm happy to help test this, but I don't currently know enough about
either Cron or Windows service to start off cold.
- what would be really helpful is to have some logging somewhere & the
usual logging to console doesn't work in Windows service mode :/
F