[Buildbot-commits] [Buildbot] #1953: add aggressive caching in the db layer

Buildbot nobody at buildbot.net
Wed May 11 03:23:43 UTC 2011


#1953: add aggressive caching in the db layer
----------------------------------+--------------------
Reporter:  dustin                 |       Owner:
    Type:  enhancement            |      Status:  new
Priority:  critical               |   Milestone:  0.8.4
 Version:  master                 |  Resolution:
Keywords:  database, performance  |
----------------------------------+--------------------

Comment (by dustin):

 beaker doesn't seem to implement what we need, yet brings a lot of baggage
 to implement things we don't need (web sessions, pluggable backends, etc.)

 Options with compatible licenses:
  * http://code.activestate.com/recipes/252524-length-limited-o1-lru-cache-
 implementation/ (GPL)
  * http://evan.prodromou.name/Software/Python/LRUCache (AFL)
  * http://code.activestate.com/recipes/498245-lru-and-lfu-cache-
 decorators/ (PSF; By Raymond Hettinger!)

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1953#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list