c++ - question on the use of libmemcached -


This may be a trivial "yes or no" question but still can be useful in the distributed file system in C / C ++ Library Can Be Used? I am asking this because in all the documents on the net I came across the memcache most of the web service applications with caching powerfully

An example: Server A, B and Client C are client C. Connects to server A and asks to open a file. If the file is on the F server, then the server A cache files it and then brings it back to the client. C

What libmemcached library should be used in the above situation? Is there any alternative C framework proposal?

Yes, but with serious limitations.

You will be able to cache only the entire cache block, because the maximum limit of the lambchach can be stored behind 1MB of each key. The second thing to consider is that you are taking 1-2 ms for each block for each file, which you want to collect for the final file.

Your own implementation in memory cache or existing clustered file system such as


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -