Intro to Apache - ApacheCon 2005
mod_cgid (2.0)
Used instead of
mod_cgi
in MPMs that do threading
Forking a threaded process is very expensive
cgid runs as a daemon, and does nothing but fork lightweight, single-thread processes, for the purpose of executing cgi
Index
Back to
CGI: Troubleshooting errors (Step 2)
Forward to
mod_perl
ApacheCon 2005 : Intro to Apache - Slide #94 of 164