[PHP-WIN]

2005-08-28 Thread Jan Broermann
_ Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle Freunde gleichzeitig schicken: http://freemail.web.de/features/?mc=021179 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

[PHP-WIN] Writing a server in windows php

2005-08-28 Thread George Cherian
I need to write a long running server in php on windows. I am currently using 'select' on sockets. The problem is that the work of the server involves activities that may block. But I don't want the server the block in such circumstances. So the proper way seems to be to use createProcess on e