Distributed Cache Server?

ken.faulkner at gmail.com ken.faulkner at gmail.com
Sat Nov 5 23:47:25 EST 2005


Does anyone know if a "distributed caching system" has been developed
for use with Python? I've seen mention of memcached, but was really
after something natively python.

Yes, "distributed caching system" is a bit of a general term, but am
really just talking about something as simple as key + value (arbitrary
class) which can be split over a number of machines in an efficient
manner.

I've started development of such a system, but am wondering if
something already exists out there.

KenF




More information about the Python-list mailing list