[PHP-WIN]
_ 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://www.php.net/unsub.php
[PHP-WIN] Writing a server in windows php
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 each request. So I would like to know if createProcess will inherit the open sockets. Thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php