php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_lsapi_prefork_server Struct Reference

Data Fields

int m_fd
 
int m_iMaxChildren
 
int m_iExtraChildren
 
int m_iCurChildren
 
int m_iMaxIdleChildren
 
int m_iServerMaxIdle
 
int m_iChildrenMaxIdleTime
 
int m_iMaxReqProcessTime
 
int m_iAvoidFork
 
lsapi_child_statusm_pChildrenStatus
 
lsapi_child_statusm_pChildrenStatusCur
 
lsapi_child_statusm_pChildrenStatusEnd
 

Detailed Description

Definition at line 2746 of file lsapilib.c.

Field Documentation

◆ m_fd

int _lsapi_prefork_server::m_fd

Definition at line 2748 of file lsapilib.c.

◆ m_iAvoidFork

int _lsapi_prefork_server::m_iAvoidFork

Definition at line 2756 of file lsapilib.c.

◆ m_iChildrenMaxIdleTime

int _lsapi_prefork_server::m_iChildrenMaxIdleTime

Definition at line 2754 of file lsapilib.c.

◆ m_iCurChildren

int _lsapi_prefork_server::m_iCurChildren

Definition at line 2751 of file lsapilib.c.

◆ m_iExtraChildren

int _lsapi_prefork_server::m_iExtraChildren

Definition at line 2750 of file lsapilib.c.

◆ m_iMaxChildren

int _lsapi_prefork_server::m_iMaxChildren

Definition at line 2749 of file lsapilib.c.

◆ m_iMaxIdleChildren

int _lsapi_prefork_server::m_iMaxIdleChildren

Definition at line 2752 of file lsapilib.c.

◆ m_iMaxReqProcessTime

int _lsapi_prefork_server::m_iMaxReqProcessTime

Definition at line 2755 of file lsapilib.c.

◆ m_iServerMaxIdle

int _lsapi_prefork_server::m_iServerMaxIdle

Definition at line 2753 of file lsapilib.c.

◆ m_pChildrenStatus

lsapi_child_status* _lsapi_prefork_server::m_pChildrenStatus

Definition at line 2758 of file lsapilib.c.

◆ m_pChildrenStatusCur

lsapi_child_status* _lsapi_prefork_server::m_pChildrenStatusCur

Definition at line 2759 of file lsapilib.c.

◆ m_pChildrenStatusEnd

lsapi_child_status* _lsapi_prefork_server::m_pChildrenStatusEnd

Definition at line 2760 of file lsapilib.c.


The documentation for this struct was generated from the following file: