ideas for a distributed cache proxy server
Posted
by Neeraj
on Stack Overflow
See other posts from Stack Overflow
or by Neeraj
Published on 2010-04-08T12:39:10Z
Indexed on
2010/04/08
12:43 UTC
Read the original article
Hit count: 331
distributed-caching
|library
Hi everyone!
I am implementing, a distributed cache proxy server.I have an idea of the HTTP and related stuff, so i am rather concentrating on the sub part "Distributed data storage".
From some search on web i found that this could be done using Distributed Hash Tables(DHT). I was wondering if there exists some kind of library for this preferably in C/C++.
Any better suggestions for the same will also be appreciated.
© Stack Overflow or respective owner