History log of /recipes/protorpc/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
354135aa 20-Mar-2012 Shuo Chen <chenshuo@chenshuo.com>

moved java protorpc to http://github.com/chenshuo/muduo-protorpc

6b1f253e 10-Sep-2011 Shuo Chen <chenshuo@chenshuo.com>

reduce lock

a6e419c7 10-Sep-2011 Shuo Chen <chenshuo@chenshuo.com>

fix memory leak of protorpc RpcChannel.outstanding

027746ee 01-Sep-2011 Shuo Chen <chenshuo@chenshuo.com>

add run scripts.

71f65b4d 01-Sep-2011 Shuo Chen <chenshuo@chenshuo.com>

add EchoClient AsyncClient.

c5b4b28f 01-Sep-2011 Shuo Chen <chenshuo@chenshuo.com>

Support concurrent clients

3f7076b7 01-Sep-2011 Shuo Chen <chenshuo@chenshuo.com>

EchoClient use address from cmd line.

415529de 31-Aug-2011 Shuo Chen <chenshuo@chenshuo.com>

Add EchoProto.java

b5a588df 31-Aug-2011 Shuo Chen <chenshuo@chenshuo.com>

Add simple benchmark echo service.
Fixed bug of setting rpc channel twice in RpcClient.
Implemented BlockingRpcChannel.

46e1faa3 27-Aug-2011 Shuo Chen <chenshuo@chenshuo.com>

add sudoku.proto, copied from evproto.

420c9859 26-Aug-2011 Shuo Chen <chenshuo@chenshuo.com>

add a toy rpc based on netty and protobuf.