Re: usage without RPC

2012-03-13 Thread Piscium
On 13 March 2012 00:17, Rush Manbert r...@manbert.com wrote: Hi Piscium, If we're talking about a homogeneous implementation, say all C++, then I would just use STL objects in the interface and not mess with serialization, because anything you can put together in the Thrift IDL you can

Re: usage without RPC

2012-03-12 Thread Piscium
On 12 March 2012 17:16, Rush Manbert r...@manbert.com wrote: Of course you can use Thrift without using the RPC part. We do this in many different forms, mostly with custom protocols that we have derived from the binary protocol. The attachment contains a C++ file that uses the

Re: usage without RPC

2012-03-12 Thread Rush Manbert
On Mar 12, 2012, at 3:39 PM, Piscium wrote: On 12 March 2012 17:16, Rush Manbert r...@manbert.com wrote: Of course you can use Thrift without using the RPC part. We do this in many different forms, mostly with custom protocols that we have derived from the binary protocol. The