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
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
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 wil
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
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
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
>
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
> 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:
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
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:
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
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
>> 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
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
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
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
19 matches
Mail list logo