Interface ConnectionPoolInterface
Objects implementing the ConnectionPoolInterface pass incoming connections off to ConnectionHandler instances that have been created from a connection handler factory.
Direct known implementers
PHPFastCGI\FastCGIDaemon\Connection\StreamSocketConnectionPool
public
|
#
operate(
Uses the connection handler factory to instantiate connection handlers when new connections are made to the connection pool. Monitors current connections and triggers them when read operations will not block. |
public
|