Swoole is an event-based & concurrent framework for internet applications, written in C, for PHP.
The network layer in Swoole is event-based and takes full advantage of the underlaying epoll/kqueue implementation, making it really easy to serve thousands of connections.