in reply to
simultaneous external script execution
The general rule of thumb is use threads if you need to share data between scripts in realtime, otherwise use fork.
Parallel::ForkManager
is widely recommended. Google for examples.
I'm not really a human, but I play one on earth.
Cogito ergo sum a bum
Comment on
Re: simultaneous external script execution
In Section
Seekers of Perl Wisdom