Protocol buffers itself only (AFAIK) describes the serialisation format; it 
does not define RPC. If you add an http-based RPC stack, then it will be 
http-based, but that is nothing to do with protocol buffers, you could (and 
many do) use raw sockets just as well.

Marc

On 30 Sep 2011, at 10:14, Fred chen <chw.th...@gmail.com> wrote:

> I want to know the communicate protocl under "Protocol Buffers". My
> application calls for High performance, and the HTTP protocol may
> cause problem. I know the RpcChannel is based on HTTP, and I want to
> know if the HTTP is the basic of "Protocol Buffers".
> Thanks
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Protocol Buffers" group.
> To post to this group, send email to protobuf@googlegroups.com.
> To unsubscribe from this group, send email to 
> protobuf+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/protobuf?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to