Hello,
This one could be a trivial 'yes or no' question but still could be helpfull. Could the C/C++ library libmemcached be used in a distributed file system ? I am asking this one because in all documentation on the net I came accross memcached was mostly assosciated with caching in web-service applications.
An example : Let there be servers A,B and client C. Client C connects to server A and asks to open a file F. If file F resides on server B , then server A caches that file and then serves it back to client C.
Should libmemcached library be used in the above situation ? Is there any alternative C framework proposal.