Rob Young: Non-blocking I/O With PHP-MIO
by Cal Evans (editor) |
2 comments | Monday, April 23, 2007
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.
Writing Socket Servers in PHP
by Ori Staub |
8 comments | Tuesday, August 26, 2003
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.
