Hi,
can anyone tell me how many processes will be opened if a PHP script is requested by several users at the same time (i.e. 50 users)??
I thought it would be a advantage of mod_php over "normal" cgi-PERL (without fast-cgi/ mod_perl) that not each time a user requests a script a process (perl -> interpreter) is started!
It is important for me because I have a virtual server with certain limits (number of parallel processes).
Thanks and best regards
Thomas