Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: getting values from child process

by sundialsvc4 (Abbot)
on Nov 10, 2010 at 18:57 UTC ( [id://870647]=note: print w/replies, xml ) Need Help??


in reply to getting values from child process

As a blanket statement, I would advise that you don’t eer expect the parent of a process (or, any other process) to have “specialized knowledge” about another process, nor to magically rendezvous with one.

If you need to obtain information from the child, have the child give it to the parent by some sharing-friendly mailbox or queue.

There are a lot of things (like this) that “look good in testing” and “seem to work okay,” that will have you fall flat on your “*” in production.   :-}

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 18:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found