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 proce

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

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 wil

Python Application Server

2009-01-27 Thread Adi Eyal
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, scheduling and a

Re: Beta testers needed for a high performance Python application server

2008-03-26 Thread Manlio Perillo
Il Wed, 26 Mar 2008 00:22:38 -0700, John Nagle ha scritto: > Graham Dumpleton wrote: >> Yes that is a viable option, as still are existing fastcgi solutions >> for Apache, lighttpd and nginx. > > Fast cgi is a good technology, Well, not really so good: http://twistedmatrix.com/pipermail/twi

Re: Beta testers needed for a high performance Python application server

2008-03-26 Thread Manlio Perillo
Il Tue, 25 Mar 2008 20:31:39 +, Minor Gordon ha scritto: > Hello all, > > I'm looking for beta testers for a high performance, event-driven Python > application server I've developed. > > About the server: the front end and other speed-critical parts of the >

Re: Beta testers needed for a high performance Python application server

2008-03-26 Thread John Nagle
Paul Rubin wrote: > John Nagle <[EMAIL PROTECTED]> writes: >> Fast cgi is a good technology, but it's not well documented or >> well supported. For some reason, the Apache people don't like it. >> It used to be part of the Apache distribution, but that ended years ago. > > It seems to be comi

Re: Beta testers needed for a high performance Python application server

2008-03-26 Thread Grzegorz Słodkowicz
> Why not just put it on the net somewhere and tell us where it is? > People aren't generally going to want to help or even look at it if > you treat it like a proprietary application. So, put the documentation > and code up somewhere for all to see. > http://www.yieldserver.com:8081/ -- http:

Re: Beta testers needed for a high performance Python application server

2008-03-26 Thread Bruno Desthuilliers
Minor Gordon a écrit : (snip otherwise intersting stuff) > Background: I'm in this to help write a "story" for Python and web > applications. Everyone likes to go on about Ruby on Rails, and as far as > I can tell there's nothing that approaches Rails in Python. You may have missed Django and

Re: Beta testers needed for a high performance Python application server

2008-03-26 Thread Paul Rubin
John Nagle <[EMAIL PROTECTED]> writes: > Fast cgi is a good technology, but it's not well documented or > well supported. For some reason, the Apache people don't like it. > It used to be part of the Apache distribution, but that ended years ago. It seems to be coming back into favor. See:

Re: Beta testers needed for a high performance Python application server

2008-03-26 Thread John Nagle
Graham Dumpleton wrote: > Yes that is a viable option, as still are existing fastcgi solutions > for Apache, lighttpd and nginx. Fast cgi is a good technology, but it's not well documented or well supported. For some reason, the Apache people don't like it. It used to be part of the Apache di

Re: Beta testers needed for a high performance Python application server

2008-03-25 Thread Graham Dumpleton
On Mar 26, 11:00 am, Damjan <[EMAIL PROTECTED]> wrote: > >> I'm looking for beta testers for a high performance, event-driven Python > >> application server I've developed. > > >> About the server: the front end and other speed-critical pa

Re: Beta testers needed for a high performance Python application server

2008-03-25 Thread Damjan
>> I'm looking for beta testers for a high performance, event-driven Python >> application server I've developed. >> >> About the server: the front end and other speed-critical parts of the >> server are written in portable, multithreaded C++. ... > W

Re: Beta testers needed for a high performance Python application server

2008-03-25 Thread Graham Dumpleton
On Mar 26, 7:31 am, Minor Gordon <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm looking for beta testers for a high performance, event-driven Python > application server I've developed. > > About the server: the front end and other speed-critical parts of th

[Fwd: Beta testers needed for a high performance Python application server]

2008-03-25 Thread Minor Gordon
One thing I forgot to add: the code is GPLv2, though I'll consider alternative licenses for specific users. Original Message Subject: Beta testers needed for a high performance Python application server Date: Tue, 25 Mar 2008 20:31:39 + From: Minor Gordon &l

Beta testers needed for a high performance Python application server

2008-03-25 Thread Minor Gordon
Hello all, I'm looking for beta testers for a high performance, event-driven Python application server I've developed. About the server: the front end and other speed-critical parts of the server are written in portable, multithreaded C++. The back end is an embedded CPython interp