p. Rob Young recently posted on his blog an interesting article on non-blocking I/O in PHP. He gives a pretty good explanation of what multiplexed I/O is and why you may or may not want to use it.
Rob Young: Non-blocking I/O With PHP-MIO
Cal Evans (Editor-in-Chief) |
2 comments | April 24th, 2007
Writing Socket Servers in PHP
Cal Evans (Editor-in-Chief) |
19 comments | August 27th, 2003
p. This tutorial explores the use of PHP’s socket functions and the sockets extension. A socket server is a service assigned to a particular port that listens to incoming requests and responds to them.

