New versions Nginx, implement thread pools,
http://nginx.com/blog/thread-pools-boost-performance-9x/

I think this is a good opportunity to write a Nginx module (PHP SAPI)
which is to process requests for PHP scripts in processes Nginx.

Quality advantages, as compared with the FPM, no network overhead,
less memory consumption, may be implemented mode ZTS (Zend Thread
Safety).

What do you think about this?
Thank.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to