[Zope-dev] Browser Timeout

R. David Murray bitz@bitdance.com
Wed, 30 May 2001 13:35:45 -0400 (EDT)


On Wed, 30 May 2001, Andre Schubert wrote:
> Is it right, the the browser send a request and got the response when
> the site is completly rendered( all queries executed ) ?
> If yes, how can i directly write to the client. First all headers, and
> after every query send the data to the client, if i can do this, then
> there will be no timeout.

RESPONSE.write

--RDM