mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
LiteSpeed SAPI v7.9: Process manager keeps forked child process alive for longer time based on load. Reduces PM overhead for busy setup.
This commit is contained in:
parent
51e2015af3
commit
797edd6211
2 changed files with 55 additions and 38 deletions
|
@ -603,7 +603,7 @@ static int sapi_lsapi_activate()
|
|||
static sapi_module_struct lsapi_sapi_module =
|
||||
{
|
||||
"litespeed",
|
||||
"LiteSpeed V7.7",
|
||||
"LiteSpeed V7.9",
|
||||
|
||||
php_lsapi_startup, /* startup */
|
||||
php_module_shutdown_wrapper, /* shutdown */
|
||||
|
@ -806,7 +806,7 @@ static int alter_ini( const char * pKey, int keyLen, const char * pValue, int va
|
|||
Use ACTIVATE stage in legacy mode only.
|
||||
|
||||
RUNTIME stage should be used here,
|
||||
as with ACTIVATE it's impossible to change the option from script with ini_set
|
||||
as with ACTIVATE it's impossible to change the option from script with ini_set
|
||||
*/
|
||||
if(!mod_lsapi_mode)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue