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

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

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

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 server are written in portable,

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:

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 interpreter. The

[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 [EMAIL PROTECTED

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 the server are written in portable,

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++. ... Why not just put it on the net somewhere and tell us where

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 parts of the server are written in portable, multithreaded C++. ...