> There are archived discussions floating around about this subject, > particularly with SSD. Are there open source works (implementation, > src code, interface description, etc) available for people to take a > look ?
There is a working and well used engine implementation in the engine-pu branch: https://github.com/memcached/memcached/tree/engine-pu There's also a download on the google code site of an older beta release of 1.6.0. Included in the source tree is the default engine, which should serve as a good example. Others exist if you google around.
