Re: Message forwarding and partial parsing

2009-10-08 Thread villintehaspam
Hi Kenton, Thank you for your quick response and your feedback. I'm going to use option 3, since as you say this will probably be the fastest solution and I think that it will fit in the best with our application. You are probably right that this will not be an issue for most messages that are

Message forwarding and partial parsing

2009-10-07 Thread villintehaspam
Hi, I am wondering about the best way of forwarding received protocol buffer messages from one entity to another without having to parse the entire message just to serialize it again. My scenario is the following: I have a process A connected to process B using local IPC. B is in turn connected

Re: Message forwarding and partial parsing

2009-10-07 Thread Kenton Varda
On Wed, Oct 7, 2009 at 5:46 AM, villintehaspam villintehas...@gmail.comwrote: I am wondering about the best way of forwarding received protocol buffer messages from one entity to another without having to parse the entire message just to serialize it again. It looks like you've figured out