Thrift: The Missing Guide

2011-03-08 Thread Diwaker Gupta
Thrift is clearly abundant in features. What is sorely lacking though is good documentation. Here's my attempt to plug that gap: http://diwakergupta.github.com/thrift-missing-guide/ The guide is by no means complete. My goal is to collect the most useful bits of information (from the wiki,

Re: Thrift: The Missing Guide

2011-03-23 Thread Diwaker Gupta
, 2011 at 12:22 PM, Diwaker Gupta diwa...@maginatics.com wrote: Thanks for the positive feedback folks. Feel free to use this thread to add things that you'd like to be covered first. Diwaker On Thu, Mar 10, 2011 at 11:51 AM, Nevo Hed n...@bamboo-entertainment.com wrote: Not to sound like

Re: Thrift vs. Protocol Buffers

2011-05-05 Thread Diwaker Gupta
2011/5/4 Bjørn Borud bbo...@gmail.com: there is another issue that few people touch on when comparing the two, but which is important in practice:  the Thrift compiler is not very portable, in the sense that it can quite obviously be built on different operating systems, but you can only

Re: Thrift TBufferedTransport total message length

2012-09-04 Thread Diwaker Gupta
Nevo, Do you mind sharing the code? We use TFramedTransport as well and have been thinking about a Wireshark decoder ourselves. cheers, Diwaker On Fri, Aug 31, 2012 at 11:49 AM, Nevo Hed nhed+thrift...@aereo.com wrote: Hi Prabhakar I wrote a pcap-based capture-decode that is very simplistic

Re: Non-blocking SSL server using Thrift

2012-10-08 Thread Diwaker Gupta
On Mon, Oct 8, 2012 at 8:32 AM, CHEN, Ruichuan (Ruichuan) ruichuan.c...@alcatel-lucent.com wrote: Anyone has any clues of a non-blocking SSL server in Thrift? Java example would be highly appreciated. This is pretty easy to build using a Netty-based Thrift server [1]. Enabling SSL is then

Re: thrift features over protocol buffers

2013-07-11 Thread Diwaker Gupta
I wrote Thrift vs. Protocol Buffers just to address such questions: http://old.floatingsun.net/articles/thrift-vs-protocol-buffers/ On Sat, Jul 6, 2013 at 4:01 PM, Randy Abernethy randy.aberne...@rx-m.com wrote: Hello S Ahmed, There are many similarities but also a number of differences