On Jul 28, 7:26 pm, weheh <[email protected]> wrote: > What command-line option do I need to use to get web2py to run as a > Windows service and at startup to execute a web2py application.
Windows service isn't application-specific...only the interactive Shell is... > What > if I want it to execute a bunch of web2py applications, each of which > never terminate? They all execute only when web requests are received & usually don't terminate. Cron jobs can run whether users come in or not (although doesn't work for me with Windows service: http://groups.google.com/group/web2py/browse_thread/thread/b92a5485e6ae153b) > The second case could, I suppose, just be the first case that spawns > and monitors multiple background jobs, right? I don't think this is needed... F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

