Tagged Questions

0
votes
0answers
58 views

Thrift serialisation/deserialization example for C++ ?

Is there an example showing how to serialize/deserialize C++ objects using Thrift? (Google searches are not turning up anything remotely useful).... Suppose I have a set of data t …
11
votes
6answers
2k views

Biggest differences of Thrift vs Protocol Buffers?

What are the biggest pros and cons of Apache Thrift vs Google's Protocol Buffers?
0
votes
1answer
66 views

How can you reverse engineer a binary thrift file?

I've been asked to process some files serialized as binary (not text/JSON unfortunately) Thrift objects, but I don't have access to the program or programmer that created the files …
2
votes
1answer
195 views

Thrift/Erlang string

I'm trying to write a simple Thrift server in Erlang that takes a string and returns a string. Everything seems to be working up to the point of calling my function: handle_funct …
6
votes
6answers
3k views

Performance comparison of Thrift, Protocol Buffers, JSON, EJB, other?

We're looking into transport/protocol solutions and were about to do various performance tests, so I thought I'd check with the community if they've already done this: Has anyone …
0
votes
1answer
123 views

Using Thrift with Delphi Win32

I'm interested in connecting to the Evernote Service API, which uses Thrift, from a Delphi Win32 app I am developing. I have done very little work with web services in Delphi, and …
0
votes
0answers
136 views

Thrift C# getRows

I'm having trouble implementing the Thrift API in my c# program. The lib's are built and it seems to run like it should, but one function is giving me trouble. As I understand it, …
1
vote
1answer
425 views

Write php array in HBase using thrift

I have a Thrift php client and I want to write in a HBase table and I'm doing the following: $mutations = array( new Mutation( array( 'column' => 'entry:num', …
1
vote
2answers
133 views

Large number of simulteneous connections in thrift.

Hello, I'm trying to write a simple server with Thrift. At the beginning it looked promising, but I've stumbled into a problem with a number of clients connected at the same time. …
0
votes
1answer
114 views

Access Django testserver from Django test

Hi! I want to write a unit test that performs HTTP requests directly (instead of using django.test.client.Client). If you're curious why - it's because I want to test a Thrift-ov …
1
vote
1answer
123 views

How can I re-spawn a thrift server in java after an exception?

I'm new to java and have written a small, but quite important, thrift service in java. I've noticed that occasionally it'll stop serving without any error messages; it seems that …
1
vote
3answers
309 views

How to incorporate code generation to a C# solution?

(This question is rather similar, but the only answer does not seem to be answering my needs). I am thinking of using Thrift in C#, and am considering how exactly the build proces …
3
votes
3answers
186 views

Preloading java classes/libraries at jar startup?

I've written a Thrift server in Java to take advantage of a specific Java package/library, but I'm not a java programmer. The problem is; I'm seeing a time-out for the first RPC …
2
votes
3answers
519 views

Would you recommend Google Protocol Buffers or Caucho Hessian for a cross-language over-the-wire binary format?

Would you recommend Google Protocol Buffers or Caucho Hessian for a cross-language over-the-wire binary format? Or anything else, for that matter - Facebook Thrift for example?
2
votes
3answers
600 views

Making Thrift calls from a C++ app in Windows

As the title says, I have a Windows app written in C++ from which I need to make calls to remote Thrift services, and I'm a bit lost on the subject, to be honest. http://wiki.apach …

1 2 next
15 30 50 per page