Btw, is this a multi-threaded SAPI or is it a FastCGI replacement? (i.e.
multi-process). Just curious...

Like FastCGI PHP, PHP with LiteSpeed SAPI run out of server process in multi-process mode, the main difference to FastCGI SAPI is:

Highly optimized protocol to avoid overhead.
Built-in process manager to dynamically start/stop children processes base on current load.
PHP configuration overridden via .htaccess

Even though our LSAPI implementation should work well with multi-thread applications, we choose multi-process model because PHP is more reliable with multi-process.

Best Regards,
George Wang


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

Reply via email to