On Fri, Jun 27, 2008 at 12:53 PM, webwurst <[EMAIL PROTECTED]> wrote: > Hi! > > If i start a pylons project with paster i can add the parameter -- > relaod, so changes to the source code are reflected directly. But i'm > using mod_wsdi now and i have to restard apache if i want changes in a > python file to take effect! > > Is there a way that changed files are checked with mod_wsgi?
In the old days before mod_wsgi, I would just set my process request limit to 1 so that each request would get a new Python interpreter. Of course, this was for development only ;) -jj -- It's a walled garden, but the flowers sure are lovely! http://jjinux.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
