This topic created in 4418 days ago, the information mentioned may be changed or developed.
公司的RPC请求是基于memcache协议的,类似于$memcache->get($rpcData),但是memcache扩展都是同步请求,所以想在客户端用Libevent这种异步IO的东西稍微改造下,所以想问问有没有什么现成的可以用或者参考一下。
1 replies 1970-01-01 08:00:00 +08:00  | | 1 hhkbp2 Mar 22, 2014 memcache协议比较简单,用libevent自己写一个? |