![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Communication between processesby gaal (Parson) |
on Nov 05, 2004 at 14:20 UTC ( [id://405499]=note: print w/replies, xml ) | Need Help?? |
Read up on perlipc. Having the two processes communicate by a TCP socket seems like a good choice; that way they don't even need to be on the same machine (at least as far as the progress bar is concerned!).
In Section
Seekers of Perl Wisdom
|
|