What is the use of stream_socket_pair without pcntl_fork?

[email protected] (Jan Uhlig)
Newsgroups 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
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.