Hi all,

I was looking for some code examples which use the low-level Beaker cache APIs. 
The API docs on the beaker website and in the pylons docs are pretty sparse. 
I'm 
trying to write a pre-fetching container which will refresh the cache values in 
a background thread when the cached data approaches it's expiry time.

The idea is that when a cache request results in a cache-hit but is within a 
small delta of the expiry time, the cache manager will fire off a cache refresh 
request in a background thread. This way there will be very few requests which 
have to incur the cache refresh penalty.

Pointers to examples or existing implementations which do similar things would 
be much appreciated.

Thanks,
   - kochhar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to