I have a requirement for sending a series of requests in quick succession and then waiting for some period of time before repeating the operation. I have tried using the random timer, but it puts a random delay between each request in the series, not once for each series. I've tried containing the series of requests in a simple controller, but with no effect.
Is there a way to do this? Thanks, Colin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

