On 7/31/06, <b class="gmail_sendername">Don MacAskill</b> &lt;<a href="mailto:don@smugmug.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">don@smugmug.com</a>&gt; wrote:<div><span class="gmail_quote">

</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Everything
always depends on use case, but even a tiny amount of time is not
acceptable for my use case.&nbsp;&nbsp;Since it's acting as a buffer
for my DB, there's a chance the stale, incorrect data could then
corrupt my DB with invalid data.&nbsp;&nbsp;If your use case can
tolerate stale/corrupt/invaliddata, then so be it.&nbsp;&nbsp;:) </blockquote><div><br>
Wouldn't you still be able to get stale data in case of a temporary network failure?<br>
</div></div><br>
The case I specifically want to optimize is relatively simple: a
gallery of images where we construct the page based on cached query
results. Since they're for viewing only,
it won't matter if they're up to 10 minutes out of date in the worst
case.<br>
<br>
As long as I don't base writes to the DB on cached entries, I should be in a safe area, right?<br>
<br>
Regards,<br>
<br>
Serhat<br>