You really probably want to use a job server... http://gearman.org/ -
write updates async to gearman and update caches in memcached if you want,
then have workers write them back to the DB as fast as your system can
handle.
Brian.
--------
http://brian.moonspot.net/
http://brian.moonspot.net/logging-with-mysql
Brian.
--------
http://brian.moonspot.net/
On 6/3/10 3:13 PM, dormando wrote:
http://kr.github.com/beanstalkd/
I like it since it comes with simple (memcached inspired) protocol and can
persist jobs.
Vladimir
See my slide from my recent memcached talk about queues.
http://screencast.com/t/MGE5NWU1Y
Brian.