Currently SilkPerformer does not support the emulation of HTTP pipelining. In HTTP 1.1 requests and responses can be pipelined on a connection. Pipelining allows a client to make multiple requests without waiting for each response thus allowing a single TCP/IP connection to be used much more efficiently, with much lower elapsed time.
↧