TimTamTomy
April 10th, 2003, 04:34 AM
Hi codegurus,
we want to create a chat. For though we'd like to establish an open http-connection, in order to avoid a permanent reloading of the server-page.
We just tried the following:
Response.Cache.SetNoServerCaching();
Response.Buffer = False;
But what surprisingly happened:
The server created an open http-connection, but only one user was able to access this at once, i.e. the next user has to wait until the first http-session is closed.
We would be pleased, if you provide us with some special hints.
Andi, Ronny, Jens, Thomas
we want to create a chat. For though we'd like to establish an open http-connection, in order to avoid a permanent reloading of the server-page.
We just tried the following:
Response.Cache.SetNoServerCaching();
Response.Buffer = False;
But what surprisingly happened:
The server created an open http-connection, but only one user was able to access this at once, i.e. the next user has to wait until the first http-session is closed.
We would be pleased, if you provide us with some special hints.
Andi, Ronny, Jens, Thomas