Sloooooowwwww WSGI restart

Aleksandar Radulovic alex at a13x.net
Wed Jan 28 16:44:44 EST 2009


Hi there,

On Wed, Jan 28, 2009 at 9:35 PM, Ron Garret <rNOSPAMon at flownet.com> wrote:
> I'm running a WSGI app under apache/mod_wsgi and I've noticed that

Off the bat, there's no reason to run an app under apache/mod_wsgi
while developing it,
ie. if u use Pylons or TurboGears, there's an easier way to serve the
app (using paster
or cherrypy).

Secondly, why are you restarting apache after code changes? In normal
circumstances,
you shouldn't have to do that.

-- 
a lex 13 x
http://www.a13x.info



More information about the Python-list mailing list