Pylons under mod_wsgi

2007-04-18 Thread Sean Davis
Just a simple question: It looks to me like each pylons application gets one-and-only-one interpreter under mod_wsgi. This implies that globals have the same behavior as with the standalone server (and is distinctly different from what would happen under mod_python, I think). I ask because I wou

Re: Pylons under mod_wsgi

2007-04-18 Thread Graham Dumpleton
On Apr 18, 11:39 pm, "Sean Davis" <[EMAIL PROTECTED]> wrote: > Just a simple question: > > It looks to me like each pylons application gets one-and-only-one > interpreter under mod_wsgi. This implies that globals have the same > behavior as with the standalone server (and is distinctly differen

Re: Pylons under mod_wsgi

2007-04-19 Thread Sean Davis
On 4/18/07, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > > > > On Apr 18, 11:39 pm, "Sean Davis" <[EMAIL PROTECTED]> wrote: > > Just a simple question: > > > > It looks to me like each pylons application gets one-and-only-one > > interpreter under mod_wsgi. This implies that globals have the sa