Do you see any problems with my locking strategy?  It's doing an
excellent job on the site, but I'm wondering if there are gotchas I'm
not seeing in my code...
-dov

  _____  

From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 08, 2004 9:40 AM
To: CF-Talk
Subject: RE: CFCACHE parts of pages without cfhttp


Ah, these do sound like good reasons to employ the file system.
The original
tag I based mine on, from the Spectra days, also allowed for
file based or
RAM based caching. Probably something I need to add to mine. :)
I've also
taken a look at how caching is handled in asp.net, and it is...
very...
very... sweet. You have a built-in cache scope that allows you
to do things
like, "Make this cached item depend on another, so if the other
guy is
cleared, clear me", as well as "Call X on removal from cache"
and being able
to set prorities for items in the cache. (I.e., this item should
never be
removed, this item can be removed, this item is more important
than another
item, etc.)
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to