Tagged Questions

0
votes
0answers
39 views

C++ and Thrift: Reference needed to get started

Hello, I have read about Thrift while trying to find out how to use Google Protocol Buffers. I have been searching for some reference that shows how to go about using it with a simple working example …
0
votes
0answers
73 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 types like this: …
11
votes
6answers
3k 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
74 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, so I have no idea …
2
votes
1answer
210 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_function(Function, Args) …
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 done server …
0
votes
1answer
129 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 nothing at all with …
0
votes
0answers
143 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, getRows() is …
1
vote
1answer
442 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', 'value' => …
1
vote
2answers
136 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. I'm using …
0
votes
1answer
123 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-over-HTTP API that I …
1
vote
1answer
128 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 the java process …
1
vote
3answers
310 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 process would work. Do C# …
3
votes
3answers
196 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 call to the server. …
2
votes
3answers
536 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?

1 2 next
15 30 50 per page