Net_Server_Driver_Fork::setMaxClients()

Net_Server_Driver_Fork::setMaxClients() -- set maximum amount of simultaneous connections

Synopsis

require_once 'ServerDriverFork.php';

void Net_Server_Driver_Fork::setMaxClients (int $maxClients)

Description

this is not possible as each client gets its own process

Parameter

integer $maxClients

Throws

throws no exceptions thrown

Note

This function can not be called statically.