Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 264 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 264 Bytes

Php multithreading demo

The app spins up multiple parallel socket servers to which you can connect through telnet.
Usage:
php src/demo.php <hostname> <port> [...port]

Example: run 3 servers on localhost:
php src/demo.php localhost 9001 9002 9003