in reply to Re^3: A question of fork efficiency
in thread A question of fork efficiency
I started testing this again and there are still some issues with it I'm trying to work out. Sometimes when a server does not exist in DNS I get no output back for that server name. For example if I run this against this array:
qw ( server1 server2 server3 server4 doesnotexist server18 )
I'll get the following output:
alive server1 alive server2 alive server3 alive server4 not alive server18
As you can see the server called 'doesnotexist' just doesn't return output at all.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: A question of fork efficiency
by tybalt89 (Monsignor) on Aug 07, 2019 at 15:20 UTC | |
by synless (Acolyte) on Aug 07, 2019 at 18:03 UTC | |
by tybalt89 (Monsignor) on Aug 07, 2019 at 18:18 UTC | |
by synless (Acolyte) on Aug 07, 2019 at 15:58 UTC |