Have one to sell? Sell yours here
Web Caching (O'Reilly Internet Series)
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Web Caching (O'Reilly Internet Series) [Paperback]

Duane Wessels (Author)
3.8 out of 5 stars  See all reviews (9 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Hardcover --  
Paperback --  
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Book Description

June 2001

On the World Wide Web, speed and efficiency are vital. Users have little patience for slow web pages, while network administrators want to make the most of their available bandwidth. A properly designed web cache reduces network traffic and improves access times to popular web sites--a boon to network administrators and web users alike.

Web Caching hands you all the technical information you need to design, deploy, and operate an effective web caching service. It starts with the basics of how web caching works, from the HTTP headers that govern cachability to cache validation and replacement algorithms.

Topics covered in this book include:

  • Designing an effective cache solution
  • Configuring web browsers to use a cache
  • Setting up a collection of caches that can talk to each other
  • Configuring an interception cache or proxy
  • Monitoring and fine-tuning the performance of a cache
  • Configuring web servers to cooperate with web caches
  • Benchmarking cache products

The book also covers the important political aspects of web caching, including privacy, intellectual property, and security issues.

Internet service providers, large corporations, or educational institutions--in short, any network that provides connectivity to a wide variety of users--can reap enormous benefit from running a well-tuned web caching service. Web Caching shows you how to do it right.



Editorial Reviews

Amazon.com Review

Web Caching explores the intricacies of implementing caching in Web server environments to reduce network traffic and improve performance. Like so many areas of Internet technology, the topic of Web caching comprises a number of architectural and practical issues that could take a career to learn the hard way. Fortunately, author Duane Wessels has organized all the nuts-and-bolts technical information in this short book.

This guide to turbo-charging the Web is primarily geared toward system administrators; however, Web developers can also learn much about the proper--and improper--use of caching their pages. The book begins with excellent chapters on the big picture of how Web caching works, including the various types of caches, hit measurements, validation, and cache refreshing. Before turning to this guide's core focus--designing and implementing caching--the author spends a chapter to explore the political issues surrounding the technology, such as privacy, content distribution, and copyrights.

Both client and server configurations are considered, and the benefits of Netscape and Microsoft implementations are explored. The journey through the efficient travels of Web requests is fascinating as you learn about proxies, intercache protocols, cache hierarchies, and benchmarking methodologies for measuring the efficiency of your solutions. Dishing up requests elegantly is not a trivial task on today's Web, but this no-nonsense book is a great help toward that goal. --Stephen W. Plain

Topics covered:

  • Web transport protocols
  • HTTP and proxy requests
  • Cache replacement and refreshing
  • Political concerns
  • Client configuration
  • Interception proxying
  • Server configuration
  • Cache hierarchies
  • Intercache protocols
  • Cache clustering
  • Monitoring/benchmarking
  • Cache trace analysis

Review

'It provides a good general introduction to caching solution. If all web sites follwed the suggestions on cache-friendliness then the web could be a much faster and more efficient place.' - Andrew Cormack, new@UK, December 2001

Product Details

  • Paperback: 318 pages
  • Publisher: O'Reilly Media (June 2001)
  • Language: English
  • ISBN-10: 156592536X
  • ISBN-13: 978-1565925366
  • Product Dimensions: 9.2 x 7 x 0.8 inches
  • Shipping Weight: 1.1 pounds
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (9 customer reviews)
  • Amazon Best Sellers Rank: #900,245 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

9 Reviews
5 star:
 (3)
4 star:
 (2)
3 star:
 (3)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.8 out of 5 stars (9 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

8 of 8 people found the following review helpful:
4.0 out of 5 stars Great book for a network/web admin or support tech!, October 17, 2001
This review is from: Web Caching (O'Reilly Internet Series) (Paperback)
In my opinion, this book's intended audience is for either a network/web administrator, or it's for a technical support engineer who supports networks or web sites.
.
This book really gives some thorough information about how caching proxies work in relation to the network. It also gives more information that you couldn't get for free from a web site, including performance tips.
.
However, if you are a developer that's looking for the "coding" details of caching proxies because you are writing a program that interacts with the caching proxy software, then you want to purchase "Web Proxy Servers" by Ari Luotonen.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
4.0 out of 5 stars Great in theory but lacking practical examples, February 16, 2003
By 
"websiteowner" (Morecambe, Lancashire UK) - See all my reviews
This review is from: Web Caching (O'Reilly Internet Series) (Paperback)
I bought this one because I knew I was using more server resources than I needed and I wanted to know what sort of things I could do to reduce unnecessary strain on the server.

After reading Web Caching, I soon learned that there was more to the topic than meets the eye. The chapter on politics of caching makes for interesting reading no matter who you are on the web; covering topics such as copyright, privacy and trust, offensive content and maintaining content integrity.

I also learned more about just how important caching is to the web, which convinced me that I really should make my web pages as cache friendly as possible. Not only does the creation of cache friendly pages speed up the delivery of content, but it can also reduce the cost of hosting individual web sites!

As you can imagine, there is a lot of discussion in the book about the communications between server and browser that many of us do not see. Most of this discussion focuses on the use of HTTP headers, but there is little discussion about using various scripting technologies to over-ride the default headers that are used by the server. Even an Appendix chapter to compliment the Perl example given would have been nice, as not everyone has access to their server's settings or knows how to use their language of choice to generate server headers.

All in all Web Caching is an interesting book to read as it certainly makes you think about the issues surrounding the subject. I can't help feeling however that this book was written mainly for the server administrators, as practical examples for those that have no direct control of the server are somewhat lacking...

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 8 people found the following review helpful:
3.0 out of 5 stars Not Quite What I Had Hoped, August 30, 2001
This review is from: Web Caching (O'Reilly Internet Series) (Paperback)
If you want a book that defines the lingo of web caching, then this is the book for you. It goes into great detail on discussing the things that a good sysadmin should think about when choosing and installing a caching server. However, if you are looking for a reference to help you actually implement the things discussed in this book, then you are sadly mistaken. I was hopeing, at the very least, to have greater information and examples about implementing "Squid," the most popular open source proxy caching server for web clients. I mean after all this book is written by one of the top developers for Squid, Duane Wessels. I do give this book 3 stars though because as a unix/linux sysadmin, many of the ideas and issues discussed in this book merit great consideration. I was just hopeing for more detailed information and examples on how to get these ideas implemented.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews







Only search this product's reviews




Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject