c0nw0nk Wrote: ------------------------------------------------------- > I dont think 8 php process can take that much traffic ?
Depends on what php has to do which needs to be tuned towards expected traffic, a good cache and pre-coding some php in Lua and deliver that via co-sockets can do wonders. (you can do this now) At the moment we're experimenting loading php dll's into workers space with Lua and handling php non-blocking via co-sockets, its like embedding php into nginx. (you can do this when we've figured it all out) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254012,254390#msg-254390 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
