Hello,
I have an application using sockets to communicate to the outside
world as well as for IPC, using pcntl_fork and socket_create_p air.
Since the whole socket thing says experimental I would like to port it
to use streams instead. However, I wounder what to do about the IPC if
I use streams? The seems to be no equivalent to socket_create_p air
undter the streams family of functions. Neither is there any wrapper
for the pipe() system call there... Am I right or wrong? What should I
do?
-- Igge
I have an application using sockets to communicate to the outside
world as well as for IPC, using pcntl_fork and socket_create_p air.
Since the whole socket thing says experimental I would like to port it
to use streams instead. However, I wounder what to do about the IPC if
I use streams? The seems to be no equivalent to socket_create_p air
undter the streams family of functions. Neither is there any wrapper
for the pipe() system call there... Am I right or wrong? What should I
do?
-- Igge