--- Chip Cuntz <[EMAIL PROTECTED]> wrote:
> . . .
> boxes in the network to do things. Since these functions are
> essentially running on "other processors" I would like to
> spawn/fork/thread two of them and wait for both there completion.
> . . .
> What I am looking for is code snippets, an e
If you could find a copy of "Perl Cookbook" (Pub: O'Reilly, Authors: Tom
Christiansen & Nathan Torkington, ISBN: 1-56592-243-3) look at recipes
17.11 Forking Servers
17.12 Pre-Forking Servers
17.13 Non-Forking Servers
Ahh, I found these two links that show the same code a
Hello list,
I have got a test automation script that I use to test code running in a
Solaris envrionment. The script is written in Perl 5.6.1 and makes system
calls via system and open( FD, "the command |"). The script currently runs
in serial mode where one function has to wait on the previous