呃,標題比較唬人,呵呵,其實這是我剛寫的一個長的像Memcached的另外一個快取服務,叫做 tmcache,基本相容Memcached的協議(有些可能支援不太好),剛發布,不太穩定,稍後我會寫篇詳細介紹的文章。
【簡單介紹】
全稱:tmcache - TieMa(Tiny&Mini) Memory Cache Server (Daemon)
介紹:
tmcache is a very small memory cache server, It run from daemon. It is similar to memcachd, and fully compatible with the memcached communication protocol can be easily carried from the memcached to tmcache transplant. tmcache is based on the thread to run, the faster the speed.
tmcache including
* Based memory data storage
* Compatible memcached communication protocol
* Few operation interface, The use of simple
* Support custom port,max_clients,memory use control
【下載】(Windows版可直接運行):
Windows版本:http://heiyeluren.googlecode.com/files/tmcache-1.0.0_alpha-win32.zip
Unix/Linux版:http://heiyeluren.googlecode.com/files/tmcache-1.0.0_alpha.tar.gz
Unix/Linux下安裝:make; make install (需要libpthread支援)
有啥問題可以後面回複。:-)