On Jul 28, 3:57 pm, weheh <[email protected]> wrote: > Couldn't find this in any discussions. I have web2py running as a > service for my main app, which generates some input for a background > queue. A second app runs the background queue-ing function, which is > CPU intensive but never talks to the outside world. It only serves the > main app. Do I need to have 2 web2py services going in order to > implement this, or can I get away with running only 1 web2py serverice?
Should be able to have a single Web2Py service running both applications without any issues. Up to you whether these apps share a common DB or not (sessions would also be possbiel to share if you wished, but I see the 2nd app isn't user-facing, so not relevant). 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 -~----------~----~----~----~------~----~------~--~---

