阅读更多

3顶
0踩

非技术

原创新闻 libmemcached 0.19 release

2008-04-12 12:32 by 见习记者 titanfoot 评论(3) 有3811人浏览
   一直关注着memcached,大型分布式网络应用的缓存利器,libmemcached是基于C的memcached客户端.支持同步和异步方式.支持tcp和Unix Socket协议方式;高效的hash算法;实现cas,更新,追加 等特性.同时,还提供一些便捷的工具用以对memcached的维护和管理,作者时刻关注memcached,也进行频繁更新.libmemcached.



引用
libmemcached 0.19 (default)
About

libmemcached is a C and C++ client library to the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods.

A few notes on its design:
# Synchronous and Asynchronous support.
# TCP and Unix Socket protocols.
# A half dozen or so different hash algorithms .
# Implementations of the new cas, replace, and append operators.
# Man pages written up on entire API.
# Implements both modulo and consistent hashing solutions.
It also implements several command line tools:

memcat - Copy the value of a key to standard output
memflush - Flush the contents of your servers.
memrm - Remove a key(s) from the serrver.
memcp - Copy files to a memached server.
memstat - Dump the stats of your servers to standard output
memslap - Generate testing loads on a memcached cluster


website:
http://tangent.org/

3
0
评论 共 3 条 请登录后发表评论
3 楼 masterkey 2008-04-13 09:43
一种基于memcached的c客户端实现。
2 楼 lishali12345 2008-04-12 19:18
不懂
不过依然谢谢楼主分享!
1 楼 linginfanta 2008-04-12 14:31
太深了,看不明白。

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

  • PetStore 中EJB 的设计模式

    PetStore 中EJB 的设计模式

  • 【2023】Kotlin教程 第四篇 项目实战 第25章 项目实战1:开发PetStore宠物商店项目 25.1 系统分析与设计

    【2023】Kotlin教程 第四篇 项目实战 第25章 项目实战1:开发PetStore宠物商店项目 25.1 系统分析与设计

  • petstore

  • mysql petstore数据查询

    假设你有一个名为petstore的MySQL数据库,并且这个数据库中有一些与宠物商店相关的表,比如products(产品表)、customers(顾客表)、orders(订单表)等。以下是一些基本的数据查询示例,你可以根据实际的表结构和字段名进行调整。

  • Petstore源码追踪记(3)-商业逻辑处理(四)

    Petstore源码记纵记(3)-商业逻辑处理(下)                                          ( 欧宣修 )图文并茂版请参考http://www.javatwo.net/JavaPaper/Petstore-3_business_logic.pdf接续上期...我们已了解SignOnFilter在Web tier处理登入工作的步骤,它需要透过EJB tie

  • Pet Store 应用程序设计和实现.doc

    google_ad_client = "pub-8800625213955058";/* 336x280, 创建于 07-11-21 */google_ad_slot = "0989131976";google_ad_width = 336;google_ad_height = 280;//<script type="text/java

  • PetStore数据库

    数据库实现现代管理 多种功能 access petstore

  • pet store 数据库设计

    很好的资源,初学者的大补,里面包括了查询、模块等功能。

  • Petstore中waf框架的源码研究笔记---转

    waf是petstore中自带的web tier的MVC框架,虽然比起struts等框架,功能要略显简单,而且也显得过于冗余,但毕竟是一种很好的web层框架解决方案,还是值得我们研究一下的。 我是从源码上入手的,可能会存在一些解释错误的地方,希望大家谅解! waf包括在petstore(学习EJB的经典实例)中,我是从sun download的,最新版本是1.3.2,在其自带的doc里面有

  • J2EE宠物商店

    J2EE 是Java技术在企业运算上的应用,它包含多种运算标准,如EJB组件架构、JDBC数据库运算、JMS信息传递、Java Servlets/JSP等Web组件程序等,功能强大且内容博大精深。为了让使用者可以有一个设计J2EE架构应用程序的模板,Sun做出一套系统名为“Java宠物商店(Pet Store)”。这个网上宠物店的范例是针对已经熟悉Java程序设计和J2EE概念人员的。这个系统是使

  • java servlet 和jsp_Java Servlet和JSP教程(4)

    4 表单4.1 表单数据概述如果你曾经使用过Web搜索引擎,或者浏览过在线书店、股票价格、机票信息,或许会留意到一些古怪的URL,比如“http://host/path?user=Marty+Hall&amp;origin=bwi&amp;dest=lax”。这个URL中位于问号后面的部分,即“user=Marty+Hall&amp;origin=bwi&amp;dest=lax”,就是表单数据,...

  • Mysql “宠物商店”数据视图增删改查练习

    Mysql “宠物商店”数据视图 一、目的 1、掌握视图的功能和作用 2、掌握视图的创建和管理方法 二、内容 用于书店管理的图书管理数据库,数据库名为petstore,包含宠物信息表product、会员信息表account、宠物种类表category 对petstore数据库完成以下视图操作: 1、 创建视图pet_view1,包含所有女会员的信息 create view pet_view1 as select * from account where sex='女'; 2、 从pet_view1查询姓

  • sun java pet store_使用 PetStore 示例 (Sun Java System Application Server Enterprise Edition 8.1 2005Q2 ...

    server.applications.petstore.signon-ejb_jar.UserEJB.bean-methods.getUserName.executiontime-count = 0server.applications.petstore.signon-ejb_jar.UserEJB.bean-methods.getUserName.executiontime-descripti...

  • Pet Store 应用程序设计和实现

    google_ad_client = "pub-8800625213955058";/* 336x280, 创建于 07-11-21 */google_ad_slot = "0989131976";google_ad_width = 336;google_ad_height = 280;//<script type="text/java

  • 宠物商店源代码EJB+JPA+SWING

    宠物商店源代码EJB+JPA+SWING源代码。使用myeclipse开发。

Global site tag (gtag.js) - Google Analytics