Author Archives: Paul Dixon

Long time no post!

Past month has been pretty busy workwise getting a new product ready for launch, and I’ve been in the US the past week.

Should be getting the new geograph servers racked up sometime this week though. I had some problems getting Ubuntu on the NAS server, but thankfully Debian Sarge installed just fine, so we’re almost good to go!

Memcached used for Digg session storage

Interesting post on the memcached mailing list about how Digg are using Memcached for session storage. Memcached is intended as a caching layer, but after their session database crashed, they simply went with using Memcached for session storage period.

The new Geograph setup should wind up with around 10GB of memcached space across 5 nodes, and I was hoping to do something similar for session storage. It sounds like the Digg system barely broke a sweat doing this as their memcached nodes were already being hit much harder by their main application.

If it’s good enough for Digg, it’s good enough for Geograph!