merits of Lisp vs Python

Jorge Godoy jgodoy at gmail.com
Wed Mar 14 21:08:48 EDT 2007


jjl at pobox.com (John J. Lee) writes:

> John Nagle <nagle at animats.com> writes:
>
>> John J. Lee wrote:
>> > "Graham Dumpleton" <Graham.Dumpleton at gmail.com> writes:
>> >
>> >>On Mar 11, 12:31 pm, j... at pobox.com (John J. Lee) wrote:
>> 
>> > Is it possible to ask mod_python to start separate processes to serve
>> > requests, rather than "separate" interpreters?  We couldn't see a way.
>> 
>>     That's what CGI does.
>
> I meant long running processes, as I hoped was obvious from context...

Maybe FastCGI should help, then.  It can run "forever" after a request has
finished so it is suitable for long running processes. 

-- 
Jorge Godoy      <jgodoy at gmail.com>



More information about the Python-list mailing list