PDA

View Full Version : pausing client startup



Twilight
07-28-2006, 02:32 AM
In case we're still 4 million ahead, just thought I'd mention there's a way
to pause the client startup if your using a batch file.

If you insert the following line after each client in a batch file, the clients
will startup one every 15 seconds instead of trying to startup all at once.


ping -n 15 127.0.0.1 > nul:

vaughan
07-28-2006, 03:36 AM
Thanks, works like a charm. Much neater than my pause between each instance.

stargazer257
07-29-2006, 03:57 AM
I use this as well and it works slick. The only change I made was to increase the times from 15 seconds to 45 for my dualy and 80 for my single cpu boxen. This allows the RL client cpu hit to complete for a client prior to starting the next one. Adjust as necessary for your specific setup. Voila!

Just visiting,
SG257