From: "Sven C. Koehler" Date: 2009-03-31T23:33:23+09:00 Subject: Re: [ANN] Localmemcache-0.2.0: The beauty of memcached. For localdata. Blazingly fast. On Tue, Mar 31, 2009 at 04:13:39PM +0900, Bill Kelly wrote: > From: "Sven C. Koehler" >> >> I am happy to announce the next version of localmemcache (0.2.0), a >> library that aims to provide an interface similar to memcached but for >> accessing local data instead of remote data. It's based on mmap()'ed >> shared memory for maximum speed. > > Very nice!! Thanks! > Your code appears nicely decoupled. It seems possible > if one were to write Windoze versions of lmc_lock.c and > lmc_shm.c , the rest of the code might just work on that > platform. (I may attempt this... someday...) Yeah, this should work. ;-) -S.