"Why take the low road. If the requirement is for 6000, test for 6000. If it works, you're done without all the extra testing."
i differ, if the system isn't deployed yet and breaks at 6000, it is advisable to see if it scales a lower load.. it helps to segregate problem as well without adding extra noise of system resources/network/client Himanshu On Tue, May 5, 2009 at 11:20 PM, kirk <[email protected]> wrote: > >> >> it would be recommended to run it for less number of users first to see if >> your servers can handle such load..100/500/1000 >> > > Why take the low road. If the requirement is for 6000, test for 6000. If it > works, you're done without all the extra testing. If it doesn't work then > you have a different problem > > Regards, > Kirk > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

