On 3/3/19, Dirk Munk <[email protected]> wrote:
> The next item on the performance enhancements is pipelining. With
> pipelining several several http requests are packed into one TCP packet.
>
> 1. network.http.pipelining = true
>
> 2. network.http.pipelining.maxrequests = 64
>
> Up to 64 requests into one tcp packet,

You verified that how?

You might be right that pipelining allows multiple requests in one
packet.  But I had the impression that pipelining just re-used an
existing connection for the next request instead of opening a new
connection (ie - minor speed improvement by re-using an existing
connection and skipping the initial syn, syn-ack, ack required for a
new connection)

Lee
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to