We want to maintain a given load but we do not want threads with failed assertions to continue? We do not want the load to trickle to zero over time (by stopping threads that fail an assertion) and we do not want to generate bogus errors by allowing a failed thread to continue. In effect we want "Restart Thread On Error".
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

