Web Scalability for Startup Engineers by Artur Ejsmont
Author:Artur Ejsmont [Ejsmont, Artur]
Language: eng
Format: azw3, epub, pdf
Publisher: McGraw-Hill Education
Published: 2015-07-03T04:00:00+00:00
CHAPTER
6
Caching
“The supreme art of war is to subdue the enemy without fighting.” –Sun Tzu
Caching, one of the key techniques used to scale web applications, is a critical factor for increasing both performance and scalability at relatively low cost. Caching is fairly simple and can usually be added to an existing application without expensive rearchitecture. In many ways, caching is winning the battle without the fight. It allows you to serve requests without computing responses, enabling you to scale much easier. Its ease makes it a very popular technique, as evidenced by its use in numerous technologies, including central processing unit (CPU) memory caches, hard drive caches, Linux operating system file caches, database query caches, Domain Name System (DNS) client caches, Hypertext Transfer Protocol (HTTP) browser caches, HTTP proxies and reverse proxies, and different types of application object caches. In each case, caching is introduced to reduce the time and resources needed to generate a result. Instead of fetching data from its source or generating a response each time it is requested, caching builds the result once and stores it in cache. Subsequent requests are satisfied by returning the cached result until it expires or is explicitly deleted. Since all cached objects can be rebuilt from the source, they can be purged or lost at any point in time without any consequences. If a cached object is not found, it is simply rebuilt.
Download
Web Scalability for Startup Engineers by Artur Ejsmont.epub
Web Scalability for Startup Engineers by Artur Ejsmont.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Implementing Enterprise Observability for Success by Manisha Agrawal and Karun Krishnannair(7329)
Supercharging Productivity with Trello by Brittany Joiner(6588)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6414)
Mastering Tableau 2023 - Fourth Edition by Marleen Meier(6346)
Inkscape by Example by István Szép(6205)
Visualize Complex Processes with Microsoft Visio by David J Parker & Šenaj Lelić(5904)
Build Stunning Real-time VFX with Unreal Engine 5 by Hrishikesh Andurlekar(4896)
Design Made Easy with Inkscape by Christopher Rogers(4592)
Customizing Microsoft Teams by Gopi Kondameda(4133)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3933)
Extending Microsoft Power Apps with Power Apps Component Framework by Danish Naglekar(3721)
Business Intelligence Career Master Plan by Eduardo Chavez & Danny Moncada(3678)
Salesforce Platform Enterprise Architecture - Fourth Edition by Andrew Fawcett(3596)
Pandas Cookbook by Theodore Petrou(3577)
The Tableau Workshop by Sumit Gupta Sylvester Pinto Shweta Sankhe-Savale JC Gillet and Kenneth Michael Cherven(3379)
TCP IP by Todd Lammle(2982)
Drawing Shortcuts: Developing Quick Drawing Skills Using Today's Technology by Leggitt Jim(2910)
Applied Predictive Modeling by Max Kuhn & Kjell Johnson(2858)
Work Smarter with Microsoft OneNote by Connie Clark(2842)
