LOGO HTTP Solution

-----------

* HTTP Solution

We add a CLOSE method as an extension type. A CLOSE request indicate that a client is closing the HTTP conection by closing the underlying TCP connection, and that no reply is required. It terminates a series of requests on a persistent connection, and indicates to the server that the client has closed the TCP connection and it should do likewise. A client should initiate an active close on the TCP connection immediately after sending the CLOSE request to the server.

Experiments show that this solution have great performance enhancement at a busy server.

* Measurement

-----------
ATOMIC-2 Logo Go back to the ATOMIC-2 home page. / Go back to the ISI home page. ISI Logo

This page is written and maintained by the ATOMIC-2 group.
Please mail us any problems with or comments about this page.
Last modified July 11, 1997.