Beefy Boxes and Bandwidth Generously Provided by pair Networks Bob
The stupid question is the question not asked
 
PerlMonks  

Re: how to implement ipc on linux?

by etcshadow (Priest)
on Feb 15, 2005 at 22:53 UTC ( [id://431425]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to how to implement ipc on linux?

FYI, terminology-wise, what you're talking about is often called a "co-process". A great tool for working with co-processes is IPC::Run. It can work in a "wait for the other process to finish" mode (just run the command), or in a mode that allows you to start up a co-process, and pump it along in the controller process.

Oh, another tool for co-processes is Expect.

------------ :Wq Not an editor command: Wq

Replies are listed 'Best First'.
Re^2: how to implement ipc on linux?
by redss (Monk) on Feb 16, 2005 at 17:01 UTC
    wow I sure found a lot of documentation on that IPC::Run module, but I didn't see exactly what I needed. Maybe what I need is hidden amongst all the complicated examples?

    All I need is this:

    system(command) until (done or user_aborted)
    thanks!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://431425]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.