[PHP] [PHP-DEV] PHP scalability problem

2009-05-26 Thread Eddie Drapkin
If you think that's a problem, then yes. Look into nginx. But honestly, you're not going to notice a speed improvement at all (maybe if you were serving 2000 loads/sec you would, but only then if it's on a small box). On Tue, May 26, 2009 at 11:52 PM, tRace DOliveira wrote: > I also thought

[PHP] [PHP-DEV] PHP scalability problem

2009-05-26 Thread Eddie Drapkin
... no Apache uses processes, but can also use threads. nginx and lighttpd both use a threaded model. But you seem to have this idea in your head that it's PHP's fault and switching to a threaded webserver / CGI model will solve any noticeable scalability problems, so feel free to ditch PHP for