Categories


Loading feed
Loading feed
Loading feed

Rob Young: Non-blocking I/O With PHP-MIO

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

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.