> I wonder the optional RFC2616 pipelining mechanism for requests in > HTTP/1.1 > is anything utilized by clients in the real world or just hypothetical? > Currently no ICS code (client/server) supports it.
Pipelining use would require changing the state machine in ICS component. At first glance I don't think it is too much difficult to implement. But performance would be enhanced only when using threads to serve each request in the HTTP server component. The thread has to be used not for the entire client instance but for HTTP request processing only so that pipelining could start different threads to execute each request. Of course serialization would be necessary to send the results in the correct order. Is there any client which make use of pipelining ? I doubt ! -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be