Browse thread
Wink releases caching library
-
Gerd Stolpmann
-
Joel Reymont
- Edgar Friendly
- Gerd Stolpmann
-
Joel Reymont
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Edgar Friendly <thelema314@g...> |
| Subject: | Re: [Caml-list] Wink releases caching library |
Joel Reymont wrote: > Gerd, > Why did you guys roll your own instead of using memcached? > Thanks, Joel > > On Nov 9, 2007, at 8:32 PM, Gerd Stolpmann wrote: > >> "Cache implements a caching service for storing arbitrary strings that >> can be located by string keys. The caching service is reachable over >> TCP. The cache can be distributed over several nodes. The cache can be >> saved to disk in regular intervals. A client module is included. Both >> synchronous and asynchronous access methods are defined." > I can't find any OCaml client for memcached. If noone interrupts me by pointing out a client that google didn't find, I think I'll go ahead and write one and see about comparing Cache with memcached. E.