Topic: memcached support

Memcached support for caching instead of relying on database?

Re: memcached support

?

Re: memcached support

http://www.danga.com/memcached/

4 (edited by NiCk Newman 2008-05-30 02:56)

Re: memcached support

O_o

HMM IUNO MAN sory

go ask @ fluxbb.org maybe they can help u more big_smile

bcz people dont get any support here anymore

more @ flux

5

Re: memcached support

Caching of a forum is tricky, since it changes often and users want to see the changes instantly in order to carry on a conversation.

Brian has a good writeup on this: http://brian.moonspot.net/2007/06/23/ca … -patience/

6

Re: memcached support

Found this webinar on memcache:

http://mysqldatabaseadministration.blog … rants.html

Re: memcached support

PunBB could store a hash with every adaptation of the topic (or the posts in it). When a user loads the topic, it checks the database for that hash, compares it to the cached hash, and if they match load the cache. Else it loads the DB and flags the topic as outdated. The server could have a crawler which reads the outdated-stack, and generate caches.

Just my $0.02