Savaal Posted April 2, 2008 Share Posted April 2, 2008 I was wondering if I could get some more information on the prefork+fastcgi build people are running. I am currently using a windows system for my dev environment, with apache and php using the winnt mpm. This sucks for concurrency, since php is not designed for threaded use, and if one user is in the throes of a long file i/o, other users have to wait until that user is finished before they can have their request taken, likely due to the way the windows mpm works. See, I need separate instances of php to run concurrently. With my current config, apache spawns one instance of php that is shared with all apache requests. I was hoping that if there were multiple processes of apache, that there would be multiple processes of php, as well. Thoughts? Oh, and for bonus points, what is the currently preferred distro of linux for webserver with php? Thanks in advance. Savaal Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.