On Tue, 2004-08-17 at 12:37, Michael Chandler wrote: > I'm running 5 threads with 4 to 18 http requests across them to simulate > multiple users logging in and accessing different pages depending on > what access they have into our database. All of this works fine. Is > there a way, inside a thread, to pause after one request has ended and > before the next request starts?
Put a timer under the request you want to pause BEFORE. (Timers go first) > I've tried using the timers but from > what I can gather they work at the thread level not inside the > thread..... Scratching my head over what this might mean. -- Michael Stover <[EMAIL PROTECTED]> Apache Software Foundation --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

