Project Description
Async .NET Memcached Client is a fully asynchronous implementation of a memcached client.
The advantage of a fully asynchronous client is that you do not have threads wasted in waiting for i/o operations.
The client is developed in c# 4.0. (Subject to change to 3.5 possible)
Follow me on twitter for updates:
http://twitter.com/bjornbsmith
News
2010-09-14I am working on improving the capabilities of making the memcached client more robust, by implementing a ServerNodeMonitor that will monitor all server nodes to see if they are in working order. Work is progressing slowly but steadily. When that has been comitted all I need to call the client a full fledged client is the MultiGet, which will be the next item I will work on.
Bjorn