Ignacio> I can't talk about mod_python or mod_perl, but mod_php's
Ignacio> interpreter is not CGI; it runs in Apache's memory
Ignacio> space. Persistent connections are quite easy to create
Ignacio> (xxx_pconnect() instead of xxx_connect()).
Mod_perl also runs within the Apache process...
Skip