Ok, thanks. So I will dive in the WSGI doc to more understand that. I've already red some doc about WSGI but I didn't figure out this feature.
Le lundi 27 août 2012 15:38:17 UTC+2, Chris Rossi a écrit : > > It is a more general feature of WSGI. > > Chris > > On Mon, Aug 27, 2012 at 9:34 AM, FFFFFFFab > <[email protected]<javascript:>> > wrote: > > Thanks for your answer. Then that's really cool feature. > > Is WSGI that implies this behavior or the framework used (in my case > > Pyramid) ? > > > > Le lundi 27 août 2012 14:04:43 UTC+2, ronan a écrit : > >> > >> On Mon, Aug 27, 2012 at 1:47 PM, FFFFFFFab <[email protected]> > wrote: > >> > > >> > I'm a beginner in Python and then in Pyramid framework. I'm not sure > >> > about a > >> > thing : is a pyramid project resident in memory after the first http > >> > request > >> > transmitted by the http server and mod_wsgi ? > >> > >> Yes. In most typical deployments (i.e. everything except CGI), your > >> Python web app will be running inside a long-lived process. > >> > >> (This is different from what the usual PHP model, where everything > >> only lives for the duration of the request.) > >> > >> -- > >> Ronan Amicel > >> > >> «« Twitter overload? > >> »» Get your daily summary at http://focus.io/ > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "pylons-discuss" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/pylons-discuss/-/Ku2riralBFAJ. > > To post to this group, send email to > > [email protected]<javascript:>. > > > To unsubscribe from this group, send email to > > [email protected] <javascript:>. > > For more options, visit this group at > > http://groups.google.com/group/pylons-discuss?hl=en. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/W_i5m1EZ_tcJ. 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.
