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
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
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
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
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
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