‘cache’ 分类的存档

PHP 扩展下载:http://d.hatena.ne.jp/rsky/20071228/1198841053php_tokyocabinet-0.3.0.tgz:http://www.opendogs.org/pub/php_tokyocabinet-0.3.0.tgz http://www.infoq.com/cn/news/2009/02/moneta-tokyo-cabinet http://whattechnology.com/blog/posts/20090305-using_moneta_backed_by_tokyo_cabinet_in_merb http://www.igvita.com/2009/02/13/tokyo-cabinet-beyond-key-value-store/ http://www.kaeruspoon.net/articles/706 http://d.hatena.ne.jp/rsky/20071231/1199082419 http://labs.gree.jp/Top/OpenSource/Flare-en.html http://www.fcicq.net/wp/ http://highscalability.com/product-redis-not-just-another-key-value-store http://www.javaeye.com/topic/350595?page=1 http://code.google.com/p/redis/ ======================2009.4.1新增内容(下面) http://petewarden.typepad.com/searchbrowser/2009/03/tokyo-tyrant-tutorial.htmlhttp://petewarden.typepad.com/searchbrowser/2009/03/why-i-abandoned-tokyo-tyrant.htmlhttp://petewarden.typepad.com/searchbrowser/2009/03/an-example-of-tokyo-tyrant-in-php.html 这3篇看完,PHP的问题基本解决了.最后一篇有代码下载,可用着客户端.代码包含了对Net_TokyoTyrant这个客户端的修正. Net_TokyoTyrant客户端在这里有提到过:http://willko.javaeye.com/blog/332982 cabinet的文档:http://tokyocabinet.sourceforge.net/spex-en.html tyrant的文档:http://tokyocabinet.sourceforge.net/tyrantdoc/ cabinet和tyrant的ppt幻灯片介绍:http://tokyocabinet.sourceforge.net/tokyoproducts.pdf可关注下其中的TCTDB,就是对table database的支持 使用哪种存储方式,取决于tyrant启动时指定的存储文件名称,table database的文件后缀是.tct: If the name is "*", the database will be an on-memory hash database. If it is "+", the database will be an on-memory tree database. If its suffix is ".tch", the database will [...]

2009年3月31日01:24 | 没有评论
分类: cache
标签:

在32位系统上使用tokyo cabinet时,有个最大2GB限制.使用下面的编译参数或许能帮你突破此限制. ./configure —enable-off64make && sudo make install

2009年3月31日00:53 | 没有评论
分类: cache
标签: ,