Re: Python Application Server

2009-01-28 Thread bobicanprogram
On Jan 27, 11:23 pm, Adi Eyal wrote: > Hi All > > Could anyone recommend a python application server? My application > consists mainly of long running background processes that need to > communicate with each other. Features on my wishlist include, process > pooling (each process will in general b

Re: Python Application Server

2009-01-28 Thread Adi Eyal
Hi All Thanks for the responses - I'll look into Circuits and Twisted, the both seem to be relevant. Adi -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Application Server

2009-01-28 Thread Cameron Laird
In article , James Mills wrote: >On Wed, Jan 28, 2009 at 2:42 PM, James Mills > wrote: >(...) > >> Might I recommend circuits (1) as a general purpose >> framework that you can build your application on top of. >> >> circuits will allow you to communicate with long-running >> background processes

Re: Python Application Server

2009-01-28 Thread Bruno Desthuilliers
Adi Eyal a écrit : Hi All Could anyone recommend a python application server? My application consists mainly of long running background processes that need to communicate with each other. Features on my wishlist include, process pooling (each process will in general be stateless), monitoring, sc

Re: Python Application Server

2009-01-27 Thread James Mills
On Wed, Jan 28, 2009 at 2:42 PM, James Mills wrote: (...) > Might I recommend circuits (1) as a general purpose > framework that you can build your application on top of. > > circuits will allow you to communicate with long-running > background processes, communicate between processes > (by way o

Re: Python Application Server

2009-01-27 Thread James Mills
On Wed, Jan 28, 2009 at 2:23 PM, Adi Eyal wrote: > Could anyone recommend a python application server? My application > consists mainly of long running background processes that need to > communicate with each other. Features on my wishlist include, process > pooling (each process will in general