Browsers usually do not connect directly to PHP processes, they interact with a web-servers
that may or may not forward requests to PHP processes.
But if you for whatever reason would like to serve the requests directly,
you can always write a daemon in PHP using libevent extension.
--
Wbr,
Antony Dovgal
---
http://pinba.org - realtime profiling for PHP