Protocol Buffers RPC Server Implemention based on Mina(2.0-M5) and Protobuf(2.0.3)

2009-05-05 Thread Jun Tsai
Protocol Buffers RPC Server Implemention based on Mina(2.0-M5) and Protobuf(2.0.3). I had implemented a protocol buffers rpc server. http://github.com/bitiboy/fepss-rpc/tree/master. some idea from protobuf-socket-rpc. welcome feedback. --~--~-~--~~~---~--~~ You

Re: Protocol Buffers RPC Server Implemention based on Mina(2.0-M5) and Protobuf(2.0.3)

2009-05-09 Thread Jun Tsai
that could be addressed by dropping the connection when either side detects a protocol error. This would force the client to reestablish the connection on the next call, avoiding the need to resync the conversation on the original connection. On May 5, 10:26 pm, Jun Tsai jun.t...@gmail.com