I'm running Window adv server with 2.4GHz. Is it normal to have multiple "php.exe" that pop up and leave in the task manager? is there a way to make only one php.exe to run in the background? Since i'm running Live Chat script on this server only. But when having more than 25 visitors that came to the page at the same time. there are about more than 15 "php.exe" in task manager which took 100% CPU usage and slow down the server.
Is there a way to fix this problem.
Thank youI don't beleive so. I think that means everytime somebody visits the page and requests a new process than it will run a new php.exe. don't quote me on this but it seems right.I did a search and found info about making the php faster.
PHP needs to run as ISAPI module instead of CGI module.
Have you ever heard of these modules have difference speed of requestin php files?well yeah the ISAPI module is always better than the cgi module. but it depends on what OS you run it on
Is there a way to fix this problem.
Thank youI don't beleive so. I think that means everytime somebody visits the page and requests a new process than it will run a new php.exe. don't quote me on this but it seems right.I did a search and found info about making the php faster.
PHP needs to run as ISAPI module instead of CGI module.
Have you ever heard of these modules have difference speed of requestin php files?well yeah the ISAPI module is always better than the cgi module. but it depends on what OS you run it on