Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Chris Chabot's Blog:
phpSocketDaemon
Dec 19, 2006 @ 00:08:00

Chris Chabot has posted a PHP package he's worked up that functions as a daemon sitting and listening on a socket.

To deal with 1000's of concurrent, always on (comet aka hanging iframe) http (server) connections, and an equal amount of IRC client connections, plus being able to interpret and parse and delegate all the messages and events, i needed a very fast, stable, flexible and easy to use 'daemon' library for PHP.

He links to the tarball of the release and to the project page as well as including an example of its usage - creating a simple HTTP server with various hooks built in (like on_connect, on_read, and on_timer).

tagged: socket daemon phpsocketdaemon download example socket daemon phpsocketdaemon download example

Link:

Chris Chabot's Blog:
phpSocketDaemon
Dec 19, 2006 @ 00:08:00

Chris Chabot has posted a PHP package he's worked up that functions as a daemon sitting and listening on a socket.

To deal with 1000's of concurrent, always on (comet aka hanging iframe) http (server) connections, and an equal amount of IRC client connections, plus being able to interpret and parse and delegate all the messages and events, i needed a very fast, stable, flexible and easy to use 'daemon' library for PHP.

He links to the tarball of the release and to the project page as well as including an example of its usage - creating a simple HTTP server with various hooks built in (like on_connect, on_read, and on_timer).

tagged: socket daemon phpsocketdaemon download example socket daemon phpsocketdaemon download example

Link:


Trending Topics: