> > > If I have a cgi script that send text/plain what does the client see if > I send > > all the text at once but then don't exit for seconds because I'm doing > some > > background processing at my end? do they sit and spin around in > circles?
Don't hang the request for long time, otherwise, the client maybe time out and the user sees a failure page.