HTTP_pipelining HTTP_pipelining

HTTP pipelining - Definition and Overview

HTTP pipelining appeared in HTTP/1.1. It allows clients to send multiple requests at once, without waiting for an answer. Servers can send multiple answers without closing their socket too. This results in fewer roundtrips and faster load times.

Since it is possible to cram several HTTP requests in the same TCP packet (the average MSS, or maximum segment size, being 512 bytes), fewer TCP packets are sent over the network, so pipelining benefits network load too.

Example Usage of pipelining

petermblair: Writing Perl MTA for per MX connection pooling and pipelining. This aint hard #perl #smtp #mta #emaildelivery
delicious50: pipelining and Real-time Analytics with MapReduce Online - O'Reilly Radar http://bit.ly/5kXFNe programming architecture realtime analytics
bollocks: Nerding out, re: pipelining sticky vendors.
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.