Skip to content

ivanbatic/php-pthreads-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages