|
|
(Next) Class Summary Net_Server_Driver |
||||
| |
|||||
|
|||||
void& Net_Server::create (
string $type
, string $host
, integer $port
)
Currently two types of servers are supported:
'sequential', creates a server where one process handles all request from all clients sequentially
'fork', creates a server where a new process is forked for each client that connects to the server. This only works on *NIX
type of the server
hostname
port
throws no exceptions thrown
static
This function can not be called statically.
|
|
(Next) Class Summary Net_Server_Driver |
||||||||
| |
|||||||||
|
|||||||||