Class Summary Net_Server_Driver_Fork

Class Summary Net_Server_Driver_Fork

Class Summary Net_Server_Driver_Fork -- Forking server class.

Forking server class.

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:

  • onStart

  • onConnect

  • onClose

  • onReceiveData

Class Trees for Net_Server_Driver_Fork

Net_Server_Driver_Fork Inherited Methods

Table 48-1. Inherited from Net_Server_Driver

Method NameSummary
Net_Server_Driver::getLastSocketError()return string for last socket error
Net_Server_Driver::setCallbackObject()register a callback object, that is used to handle all events
Net_Server_Driver::setDebugMode()set debug mode

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.