Go Back   Technology Forums > Computer Forums > HTML and CSS

Share your knowledge and questions, related to HTML and CSS in this forum.


http pipelining


Reply
 
LinkBack Thread Tools Search this Thread
  #1 (permalink)  
Old 02-27-2007, 08:46 PM
Junior Member
 
Join Date: May 2006
Posts: 25
DVDGuy is on a distinguished road
Default http pipelining

Any good articles or tips on how http pipelining can be used to speed up the performance of a website?

Do I need to modify apache for this?
Reply With Quote
  #2 (permalink)  
Old 02-28-2007, 07:32 AM
Administrator
 
Join Date: Dec 2006
Posts: 304
shri has disabled reputation
Default

No mods required it is a part of HTTP 1.1 and supported by most modern webservers.

The concept it simple. Rather than establish a new connection for every request and wait for requests to be satisfied before sending the next request, pipelining involves sending a number of request over the wire at the same time and allowing the webserver to fullfill them.

Take a look at the W3 spec for pipelining.

http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html
Reply With Quote
  #3 (permalink)  
Old 02-28-2007, 07:34 AM
Administrator
 
Join Date: Dec 2006
Posts: 304
shri has disabled reputation
Default

Second part of the response -- if you're looking to speed up the performance, try and split the site up across multiple domains / webservers.

http://images.domain.com
http://css.domain.com

While the initial requests may take longer with multiple DNS calls, the client should be able to spread the pipelining across the servers giving your site a slight boost.
Reply With Quote
Reply





Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Advanced Search

All times are GMT -6. The time now is 07:30 PM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.