in reply to Ping multiple hosts (fork implementation)
Also this will be tainted. It might be worth looking at Net::Ping to reduce the processing load@ping_output=`ping $host 16 -n 4 2>/dev/null`;
Is this having to go through a firewall because if you are not careful it may block you if you flood it with pings. Just because you can parallel the pings doesn't neccessarily meen the other end will like it.
Hope it Helps
UnderMine
|
|---|