PyApache, couldn't geta hold of author, willing to donate sometime

Oleg Broytmann phd at phd.russ.ru
Tue Feb 15 10:07:57 EST 2000


On Tue, 15 Feb 2000, Skip Montanaro wrote:
> Unless something has changed recently, PCGI does actually fork a program for
> each referenced URL.  This program marshals the input arguments and shoots
> them across a socket to the long-running process.  The program is an itty
> bitty C program, so presumably its startup overhead is going to be a whole
> lot smaller than that of the Python interpreter.

   Even better - I wrote an Apache module to handle PCGI:
      http://www.zope.org/Members/phd/mod_pcgi2

Oleg.
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list