On Feb 9, 8:49 pm, Ariel Mauricio Nunez Gomez
<[email protected]> wrote:
> Thanks a lot Graham.
>
> I applied all your suggestions to one of the servers and my template
> mod_wsgi config.
>

What was recommended in turbogears2 when deploying was to add:

import paste.fixture
app = paste.fixture.TestApp(application)
app.get("/")

This would load your app before the first request.

Not sure if you can do that with your application.

Thanks,
Lucas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" 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/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to