Documentation ¶
Overview ¶
Package phpfpm implements the FastCGI protocol. Currently only the responder role is supported. The protocol is defined at http://www.fastcgi.com/drupal/node/6?q=node/22
Index ¶
Constants ¶
View Source
const ( PfPool = "pool" PfProcessManager = "process manager" PfStartSince = "start since" PfAcceptedConn = "accepted conn" PfListenQueue = "listen queue" PfMaxListenQueue = "max listen queue" PfListenQueueLen = "listen queue len" PfIdleProcesses = "idle processes" PfActiveProcesses = "active processes" PfTotalProcesses = "total processes" PfMaxActiveProcesses = "max active processes" PfMaxChildrenReached = "max children reached" PfSlowRequests = "slow requests" )
Variables ¶
View Source
var ErrConnClosed = errors.New("fcgi: connection to web server closed")
ErrConnClosed is returned by Read when a handler attempts to read the body of a request after the connection to the web server has been closed.
View Source
var ErrRequestAborted = errors.New("fcgi: request aborted by web server")
ErrRequestAborted is returned by Read when a handler attempts to read the body of a request that has been aborted by the web server.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.