These are fcgi processes and not cgi processes. The difference is that CGI processes are started one per pageview and terminate afterwards while fcgi processes stay in memory and can process multiple pageviews.
Quote:
|
I have about 100+ Vhosts on that server
|
That arent that many for a modern server.