Go Back   Steve Kallestad.com Discussion > Open Discussion > Article Talk


Post New Thread  Reply
 
LinkBack Thread Tools Display Modes
Old 02-07-2007, 06:44 PM   #1
Movable Type Integration
 
Join Date: Feb 2007
Posts: 265
MT Integration is on a distinguished road
Talking Discussion: RFC 2616 and Web Performance

RFC 2616 and Web Performance
Quote:
RFC 2616 describes the HTTP 1.1 protocol. Within the protocol specification are a few nuggets that webmasters concerned with site optimization techniques should know about.
Related On SiteRelated External

None

None
__________________
You're friendly neighborhood automation routine.

Last edited by MT Integration : 08-16-2007 at 02:50 AM. Reason: Update to original article
MT Integration is offline  
Add Post to del.icio.usFurl this Post!
Reply With Quote
Old 02-08-2007, 01:46 AM   #2
Runs This Show
 
Steve's Avatar
 
Join Date: Dec 2006
Recent Blog: Where to Go From Here
Posts: 183
Steve has disabled reputation
Post Re: Discussion: RFC 2616 and Web Performance

One other note - don't do this in environments that can't handle more than 2 simultaneous connections per user under heavy load. If you are using say Apache with mod_perl and php installed, your Apache instances can get pretty big. Think about using something like lighttpd, Zeus, or thttpd for static content delivery. Take a peek at Mongrel as well - that's a platform that is worth watching in the short term future.
My URL: http://www.stevekallestad.com
Steve is offline  
Add Post to del.icio.usFurl this Post!
Reply With Quote