I've been eyeing Memcached for a distrubuted scratchpad application (we have a cluster of machines running compute-intensive tasks, with periodic updates being pushed into this distributed scratchpad so that everyone can store and retrieve intermediate results as key/value pairs in this central hash table).
The existing client works well with TCP but I'd like to use UDP. Anyone know of solid UDP Memcache implementations?