Is Hector a wrapper around thrift?

2010-04-27 Thread S Ahmed
Just trying to get my head wrapped around everything here, so bare with me :) So Thrift can spit out generated code for any language, be it C#, Java or python etc. Hector is a higher level wrapper around the java generated code by Thrift. Do I have this right? And Hector is probably the most

Re: Is Hector a wrapper around thrift?

2010-04-27 Thread Jeff Zhang
Yes, Hector is a higher level wrapper around the java thrift api, also with other features such as connection poll. Not sure whether there's something similar in python. On Wed, Apr 28, 2010 at 5:54 AM, S Ahmed sahmed1...@gmail.com wrote: Just trying to get my head wrapped around everything