in reply to cgi with sleep

Hi,

On option would be not to do the "sleeping" server side... if JavaScript is enabled in the client you could create a JavaScript Array and use the window.setTimeout(ms) function to print the next index of the array every 3 seconds...

Just a thought - Mark