<?xml version="1.0" encoding="iso-8859-1"?> 
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:dcterms="http://purl.org/dc/terms/" 
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:thr="http://purl.org/rss/1.0/modules/threading/"
	xmlns:pb="http://www.ideaspace.net/users/wkearney/schema/postback/" 
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:mt="http://movabletype.org/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:html="http://www.w3.org/TR/REC-html40/"
	xmlns="http://purl.org/rss/1.0/"
> 

<rdf:Description rdf:about="http://www.ideaspace.net/users/wkearney/archives/entries/000174.html"> 
	<title>Caching pseudo dynamic pages</title>
	<link>http://www.ideaspace.net/users/wkearney/archives/entries/000174.html</link>
	<description>Bill McCoy wonders about HTML page caching with this IMPblog: IMAP weblog software....</description> 

	<dc:creator>wkearney</dc:creator> 
	<dc:date>2003-03-19T20:43:12-05:00</dc:date> 
	<dc:identifier>http://www.ideaspace.net/users/wkearney/archives/entries/000174.html</dc:identifier>
	<dc:language>en-us</dc:language>

	 
	<dc:subject>Ideas</dc:subject>

	

	

	
	
	
	<dcterms:abstract>Bill McCoy wonders about HTML page caching with this IMPblog: IMAP weblog software....</dcterms:abstract> 
	<dcterms:created>2003-03-19T20:43:12-05:00</dcterms:created> 
	<dcterms:isPartOf rdf:resource="http://www.ideaspace.net/users/wkearney/" /> 

	<mt:body><![CDATA[<p>Bill McCoy wonders about HTML page caching with this <a href="http://www.offback.com/IMPblog/index.php?id=25">IMPblog: IMAP weblog software</a>.</p>]]></mt:body>
	<mt:excerpt>Bill McCoy wonders about HTML page caching with this IMPblog: IMAP weblog software....</mt:excerpt> 
	<mt:more><![CDATA[<p>Apache has the ability to do this.  Use mod_rewrite.  It's devlishly simple.  Present a URL that appears to be static but switch it behind the scenes to a dynamic script if the page doesn't exist.  But grab the dynamic results and serve them up static for future requests.  To manage the freshness one would then just have your other code delete the file should the data it's based upon change.  This way no server action occurs until something actually requests it and subsequent calls are faster since the output's been cached.</p>]]></mt:more>
	<mt:keywords>imap weblog cache</mt:keywords> 
	<mt:entryID>174</mt:entryID>

	<mt:entryPrev>173</mt:entryPrev>
	<mt:entryNext>175</mt:entryNext>

	<html:link rel="prev" type="application/xml" href="http://www.ideaspace.net/users/wkearney/archives/entries/000173.html.xml" title="Static files save lives" />
	<html:link rel="next" type="application/xml" href="http://www.ideaspace.net/users/wkearney/archives/entries/000175.html.xml" title="Realities in the Middle East?" />
	
	<mt:author>wkearney</mt:author> 
	<mt:authorNickname>Bill Kearney</mt:authorNickname> 
	<mt:authorEmail>wkearney@ideaspace.net</mt:authorEmail>
	<mt:authorURL rdf:resource="http://www.ideaspace.net/users/wkearney" /> 
	
	<foaf:name>wkearney</foaf:name> 
	<foaf:mbox rdf:resource="mailto:wkearney@ideaspace.net" /> 
	<foaf:nick>Bill Kearney</foaf:nick> 
	<foaf:homepage rdf:resource="http://www.ideaspace.net/users/wkearney" />
	
	<rdfs:seeAlso rdf:resource="http://www.ideaspace.net/users/wkearney/xml/index.rdf" />
	<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.64" /> 
</rdf:Description>
</rdf:RDF>