Writing a server in windows php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux