On 4/5/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
with bdb on a single machine, you're still apt to run into time issues from locking by competing apache children on the bdb
Sure, but the alternatives all use some kind of locking too. BDB handles locking as efficiently as anything I think.
i'm not sure how they would measure, but them in addition to the ridiculously small amount of overhead any pageload would create make me thing the backend store is negligible in the greater scheme
Probably. Ease of use is a better criteria. I would actually consider using mod_cache here too, since you can get it to cache based on variables like user-agent. That could be very simple to set up. - Perrin