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

Paramètres

entier $maxClients

Valeurs renvoyées

throws no exceptions thrown

Note

Cette fonction ne peut pas être appelée de façon statique.