 |
|
Innovation award
 Nominee: 4x |
This class can be used as a based to create TCP socked based networking servers.
It can handle connection requests and calls event handling functions that maybe overridden by subclasses to implement server application specific behavior.
The class provides the event handling functions: onincomming, onaccept, onclose, onstart, onshutdown and onstartlisten.
Alternatively, it can also call application defined callback functions to handle server events.
|
|
| Name: |
Qserv |
| Base name: |
qserv |
| Description: |
Build TCP socket networking servers |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
584 users |
| All time rank: |
4506 |
| Week users: |
0 users |
| Week rank: |
2038  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
Qserv.php |
Class |
base class to implement a server |