Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: IPC recommendations needed

by dl748 (Initiate)
on Jun 02, 2001 at 03:43 UTC ( [id://85122]=note: print w/replies, xml ) Need Help??


in reply to IPC recommendations needed

I would do this:
Every time you fork, create a socketpair. This gets passed to the child. You can use this socket to pass data back and forth. All it is is an unnamed pipe. You'd communicate to it as you would a socket. I've done this many times.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://85122]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-03-29 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found