Hi, I'm trying to write a socket listener with PHP. It should start separate programs (e.g. new PHP scripts) on request. But when I start a program with PHP exec command the script waits until just run program stops, so the listener is not able to service other requests. I'm working with WinXP, the listener should run also on Linux.