SHARE
Facebook X Pinterest WhatsApp

Linux Magazine: Perl of Wisdom: Caching in Your Chips

Written By
thumbnail
Web Webster
Web Webster
Mar 25, 2001

“Dynamic content on a Web site is cool. It keeps people coming
back and creates the appearance that there are people behind the
scenes actively updating the site to provide new and improved
information. However, in the real world, you’ll regret the day you
added that SSI include directive in your homepage when you finally
do something important enough that Slashdot notices you. Running a
CGI script on every single Web hit is a great way to get your Quake
game interrupted.”

“So, what do you do? You could set up an include that pulls in a
file updated from cron. But how often? Perhaps you get hits during
the day but not so many at night, and why waste all the CPU to
update a file that won’t be examined for hours? Or, maybe you
haven’t quite figured out that arcane crontab syntax yet. Also, you
have to master the weirdness of having a script running as you
create and update a file that is readable by the Web user. Fun,
fun, fun….”

“So, a while back, I came up with a three-state caching idea.
Keep a cache of the expensive computation. For the “good” phase,
the cache is served as-is. For the “bad” phase, the computation is
performed in-line, cached, and the new value returned.”

Complete
Story

thumbnail
Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Recommended for you...

Red Hat reveals major enhancements to Red Hat Enterprise Linux AI
sjvn
Oct 22, 2024
How to Find AWS EC2 Instance Type Over SSH (6 Methods)
Benny Lanco
Sep 23, 2024
Crond: Daemon to Execute Scheduled Commands
Rose Hosting Blog
Sep 20, 2024
A Detailed Introduction to Oracle VirtualBox
Senthil Kumar
Sep 19, 2024
Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.