Download the PHP package qxsch/multi-process-server without Composer
On this page you can find all versions of the php package qxsch/multi-process-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package multi-process-server
MultiProcessServer
A multithreaded server for PHP
The TCPServer class provides a very simple interface to communicate with a client. You can control how many processes should be allowed to run concurrently. The TCPServer can be fully observed.
The TCPClient class provides a very simple interface to communicate with a server.
You can send any data between the client and the server that can be serialized.
TLS Encryption with server and client certificate is supported (mutual authentication).
A simple example
Server Code:
Client Code:
All versions of multi-process-server with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
ext-pcntl Version *
ext-posix Version *
ext-sockets Version *
ext-pcntl Version *
ext-posix Version *
ext-sockets Version *
The package qxsch/multi-process-server contains the following files
Loading the files please wait ....