[modwsgi] from mod_python

2009-07-27 Thread Rakotomandimby Mihamina
Hi all I run Linux and used to make simple pages with mod_python. I would like to switch to mod_wsgi. Would you know a tutorial, just like this? http://webpython.codepoint.net/wsgi_tutorial I am looking for much documentation... Thank you. -- Architecte

[modwsgi] Re: from mod_python

2009-07-27 Thread Carl Nobile
This is the main site for docs. http://code.google.com/p/modwsgi/w/list If you do a search I recall a thread on this list from not too long ago that may also help with what you are looking for. -Carl On Mon, Jul 27, 2009 at 9:12 AM, Rakotomandimby Mihaminamiham...@gulfsat.mg wrote: Hi all

[modwsgi] Re: FileWrapper for uploads

2009-07-27 Thread gert
On Jul 26, 1:59 am, gert gert.cuyk...@gmail.com wrote: On Jul 26, 1:25 am, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/7/25 gert gert.cuyk...@gmail.com: On Jul 25, 3:42 am, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/7/25 gert gert.cuyk...@gmail.com: On

[modwsgi] Re: from mod_python

2009-07-27 Thread gert
On Jul 27, 3:12 pm, Rakotomandimby Mihamina miham...@gulfsat.mg wrote: Hi all I run Linux and used to make simple pages with mod_python. I would like to switch to mod_wsgi. Would you know a tutorial, just like this?http://webpython.codepoint.net/wsgi_tutorial I am looking for much

[modwsgi] pre-start daemons

2009-07-27 Thread mixedpuppy
I'm using mod_wsgi for an application that takes several seconds to load when a new daemon process is started.The problem is, when the processes restart (via maxrequest setting), even with the use of WSGIImportScript there is a potential lag in availability. WSGIImportScript solves a part of

[modwsgi] Re: pre-start daemons

2009-07-27 Thread gert
On Jul 27, 10:06 pm, mixedpuppy mixedpu...@gmail.com wrote: I'm using mod_wsgi for an application that takes several seconds to load when a new daemon process is started.    The problem is, when the processes restart (via maxrequest setting), even with the use of WSGIImportScript there is a

[modwsgi] Re: pre-start daemons

2009-07-27 Thread Shane Caraveo
On 7/27/09 3:52 PM, gert wrote: On Jul 27, 10:06 pm, mixedpuppymixedpu...@gmail.com wrote: I'm using mod_wsgi for an application that takes several seconds to load when a new daemon process is started.The problem is, when the processes restart (via maxrequest setting), even with the use

[modwsgi] Re: FileWrapper for uploads

2009-07-27 Thread Graham Dumpleton
2009/7/28 gert gert.cuyk...@gmail.com: On Jul 26, 1:59 am, gert gert.cuyk...@gmail.com wrote: On Jul 26, 1:25 am, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/7/25 gert gert.cuyk...@gmail.com: On Jul 25, 3:42 am, Graham Dumpleton graham.dumple...@gmail.com wrote:

[modwsgi] Re: pre-start daemons

2009-07-27 Thread Graham Dumpleton
2009/7/28 mixedpuppy mixedpu...@gmail.com: I'm using mod_wsgi for an application that takes several seconds to load when a new daemon process is started.    The problem is, when the processes restart (via maxrequest setting), even with the use of WSGIImportScript there is a potential lag in