What is the use of stream_socket_pair without pcntl_fork?

Jan Uhlig <[email protected]>
Newsgroups gmane.comp.php.windows
Message-ID <[email protected]>
Hello,

Since PHP 5.3, stream_socket_pair() ist implemented for Windows. 
However, I wonder, what is the use of this function without 
pcntl_fork(), which is not available for Windows? The only way on 
Windows to start a new process is through system(), but then I won't 
have the same socket pair in each process, which renders it useless for 
IPC which, as I understand it, it is intended for. So, what can I do 
with stream_socket_pair() if I can not fork?

Regards,
     Jan Uhlig

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.