Todo List
PEAR | --Net_Server_Driver | --Net_Server_Driver_Fork
This class will fork a new process for each connection. This allows you to build servers, where communication between the clients is no issue.
Events that can be handled:
void broadcastData( string $data, [array $exclude = array()])
void closeConnection( )
array getClientInfo( )
PEAR_Error getClients( )
not possible with forking
boolean isConnected( )
void sendData( string $data, [boolean $debugData = true])
void serviceRequest( )
void setMaxClients( int $maxClients)
this is not possible as each client gets its own process
void shutDown( )
void start( )