"Austad, Jay" <[EMAIL PROTECTED]> writes:
> The for loop for doit() will loop twice the number of the servers we
> have to make sure it looked at all of them,

But that *doesn't* make sure you'll hit them all.  If you want to hit
them all, *start* at a random one, and then try them *in order*,
wrapping back to the beginning when you hit the end, and stop when you
come back to where you started.


paul

Reply via email to