PyApache, couldn't geta hold of author, willing to donate sometime
Oleg Broytmann
phd at phd.russ.ru
Tue Feb 15 06:07:36 EST 2000
More information about the Python-list mailing list
Tue Feb 15 06:07:36 EST 2000
- Previous message (by thread): PyApache, couldn't geta hold of author, willing to donate sometime
- Next message (by thread): PyApache, couldn't geta hold of author, willing to donate sometime
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 15 Feb 2000, Arnold Weis wrote: > PCGI? What's that? I know FCGI (fast-CGI), which BTW would solve your > problems (better performance, less load, persistent DB-connections ... PCGI is very similar to FastCGI. It is PersistentCGI - a protocol to communicate between httpd and a special CGI, that starts and lives in memory, exactly like in FastCGI. http://starship.python.net/crew/jbauer/persistcgi/index.html Oleg. ---- Oleg Broytmann Foundation for Effective Policies phd at phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
- Previous message (by thread): PyApache, couldn't geta hold of author, willing to donate sometime
- Next message (by thread): PyApache, couldn't geta hold of author, willing to donate sometime
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list