On Dec 21, 7:33 pm, "Apun Hiran" <apunhi...@gmail.com> wrote:
> Hello Scott,
> I am trying to put a binary file in memory across on 2 servers. The size of
> the file is 400MB.
> Is 1MB the limitation of memcache? My requirement is to have large files
> (image) cached into memory for quick access.
> I have enough memory (RAM). I am looking for a possible solution where I can
> store large files across system if required.
> Do you have any suggesstion a to how I can achieve that?

  That's an awfully big block size.

  Since this isn't your permanent storage, perhaps you should treat
files as a sequence of blocks with an optional memcached based cache.

Reply via email to