Tagged Questions
Thrift is a software framework for scalable cross-language services development.
56
votes
9answers
19k views
Biggest differences of Thrift vs Protocol Buffers?
What are the biggest pros and cons of Apache Thrift vs Google's Protocol Buffers?
23
votes
7answers
20k 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 ...
22
votes
4answers
2k views
Thrift vs Protocol buffers
I've been using PB for quite a while now, but, Thrift has constantly been at the back of my mind.
The primary advantages of thrift, as I see it are:
Native collections (i.e, vector, set etc) vs PBs ...
20
votes
2answers
3k views
What are the key differences between Apache Thrift, Google Protocol Buffers, MessagePack, ASN.1 and Apache Avro?
All of these provide binary serialization, RPC frameworks and IDL. I'm interested in key differences between them and characteristics (performance, easy of use, programming language support).
If you ...
12
votes
2answers
4k views
Is there a Thrift or Cassandra client for Node.js/JavaScript
I would like to start using Cassandra with a node.js deployment, but I can't find a Thrift or Cassandra client for Node.js and/or JavaScript.
Is there one?
Is there a simple means of generating ...
9
votes
3answers
2k views
Callbacks in Thrift Asynchronous Functions?
In Thrift it is possible to use the oneway modifier to specify a call as asynchronous.
Apparently, it's not possible to define a callback, though, to be executed when the execution of the function is ...
7
votes
0answers
185 views
Ping Pong with Haskell and Thrift gets stuck
I'm trying to do a simple Ping Pong using Haskell and Thrift. However, it does only one repetition and then it gets stuck. I assume that the problem is in the (in)correct usage of Thrift rather than ...
7
votes
3answers
449 views
Using C++ for backend calculations in a web app
I'm running a PHP front end to an application that does a lot of work with data and uses Cassandra as a data store.
However I know PHP will not give me the performance I need for some of the ...
7
votes
7answers
2k 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?
6
votes
2answers
415 views
Dictionary in protocol buffers
Is there any way to serialize a dictionary using protocol buffers, or I'll have to use Thrift if I need that?
6
votes
3answers
1k views
RPC frameworks available?
I am looking to use a RPC framework for internal use. The framework has to be cross language. I am exploring Apache Thrift right now. Google protocol Buffers does not provide RPC capabilities exactly. ...
5
votes
1answer
472 views
Apache thrift: client timeout issues
I have some Apache Thrift (v.0.6.1) test application with perl-server and php-client.
The behaviour I cannot explain: If we call server-method with invalid argument we see the error in server-output, ...
5
votes
2answers
356 views
Easy to use extensible serialization/marshalling?
I have a question about serializaton of data structures. There are a many possibilies for serialization of data structures (also called marshalling or deflating, see wiki-article). Every programming ...
5
votes
1answer
281 views
map and shared_ptr serialization between C# and C++ applications? [closed]
Possible Duplicate:
Binary serialization/de-serialization in C++ and C#
I am working on a project where server is written in C++ (boost is extensively used) and the client application is ...
5
votes
3answers
3k views
5
votes
4answers
1k views
Any success using Apache Thrift on iPhone?
Has anybody done or seen a deployment of Apache Thrift in an iPhone app?
I am wondering if is a reasonable solution for a high-volume, low(er)-latency network service for iPhones compared to HTTP.
...
5
votes
3answers
3k 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. ...
4
votes
2answers
78 views
How to distribute Thrift-generated code in development and production environments with Git?
How do you manage generated source code files in you repositories and deployment routines with Git (PHP, Python, etc)?
For example, I have a repository named "interfaces" with Thrift definitions in ...
4
votes
1answer
177 views
Confused about Thrift, what does it really do?
Can someone explain to me what thrift really does?
Say i have a Rails app, and I also have some code written in Scala.
Could thrift be used to generate an interface for my Scala code so that I could ...
4
votes
1answer
243 views
Call external programs with CMake
I tried to search the CMake documentation, but I couldn't figure out how to call external programs from CMake.
There are few things I want to do.
Compile other third-party dependencies that uses a ...
4
votes
3answers
285 views
Erlang Universal Binary Format? Anyone using it?
I recently stumbled upon this 2002 conference paper (Getting Erlang to talk to the outside world by Joe Armstrong) and I was wondering whether this is a standard that was ignored or if there was any ...
4
votes
1answer
703 views
Bundling jars when submitting map/reduce jobs via Pig?
I'm trying to combine Hadoop, Pig and Cassandra to be able to work on data stored in Cassandra by means of simple Pig queries. Problem is I can't get Pig to create Map/Reduce jobs that actually work ...
4
votes
1answer
834 views
Cassandra database, which python interface?
I'm going to write the web portal using Cassandra databases.
Can you advise me which python interface to use? thrift, lazygal or pycassa?
Are there any benefits to use more complicated thrift then ...
4
votes
1answer
2k views
How do I insert a row with a TimeUUIDType column in Cassandra?
In Cassandra, I have the following Column Family:
<ColumnFamily CompareWith="TimeUUIDType" Name="Posts"/>
I'm trying to insert a record into it as follows using a C++ generated function ...
4
votes
1answer
402 views
Erlang atoms and tuples in Thrift
Which is the corresponding Thrift type for:
an Erlang tuple (I can imagine it's a struct)
an Erlang atom (if any?)
Is there any documentation available with the direct mappings between the Erlang ...
4
votes
1answer
945 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) ...
3
votes
1answer
119 views
UUID cassandra sorting?
Lets say i have an user column family with unique keyname + preset for specific client
<?php
uniqid ("serverA");//generate something like; serverA4b3403665fea6
?>
I can select them by ...
3
votes
1answer
112 views
Stopping a Thrift server(TSimpleServer)
I have a simple use case for a Thrift Server(TSimpleServer) wherein I have a couple of threads spawned(besides the main thread). One of the newly spawned threads enters the Thrift event loop (i.e ...
3
votes
2answers
274 views
Difference between Apache Thrift and ZeroMQ
I understand that Apache Thrift and ZeroMQ are softwares belonging to different categories, and it is not easy to do a comparison since it is an apple to orange comparison. But I don't know why they ...
3
votes
1answer
123 views
What are Apache Thrift and Google Protocol Buffers used for?
I see Thrift and Protocol Buffers mentioned a lot, but I don't really understand what they're used for. From my limited understanding, they're basically used when you want to do cross-language ...
3
votes
2answers
230 views
Thrift : TypeError: getaddrinfo() argument 1 must be string or None
Hi I am trying to write a simple thrift server in python (named PythonServer.py) with a single method that returns a string for learning purposes. The server code is below. I am having the following ...
3
votes
2answers
224 views
Play server as a thrift endpoint?
I'm new to play framework and have previously only used PHP to implement thrift clients/servers.
I want to implement a thrift service using play.
Where should I put the java files generated by ...
3
votes
2answers
141 views
Having trouble linking Cassandra and Thrift sources in Eclipse
I am using Cassandra (0.7.2) and Thrift (0.7) with eclipse 3.4 and having trouble getting the source files linked in. I have built both Thrift and Cassandra using ant, after building Cassandra there ...
3
votes
3answers
936 views
Integrate Hbase with PHP
I have installed the Hbase and now I am looking for some PHP library to integrate hbase with PHP I have tried 2 libraries one is I tried to connect with thrift but was unable to do so 2nd is I tried ...
3
votes
2answers
423 views
Why did Facebook create Thrift?
Why Facebook created Thrift, when there are CORBA and ICE for the same purpose?
3
votes
2answers
203 views
For what reasons it is not preferable to use Thrift API for Cassandra access?
Please enumerate reasons for why its not advisable to use Thrift interface for Cassandra? What are the possible advantages and disadvantages?
3
votes
1answer
1k views
How to programatically add index to Cassandra 0.7
I tried to run the demo on http://www.riptano.com/blog/whats-new-cassandra-07-secondary-indexes programatically, but the results are different from running it in CLI. It seems like Cassandra can only ...
3
votes
1answer
56 views
Service development framework solutions for Windows Phone 7
I've been trying to get Thrift to work with WP7, but has put it on hold preliminary.
I'm now looking for other solutions to this and would like to get some feedback on which solution to choose, if ...
3
votes
3answers
1k views
Should I use CORBA, MessagePack RPC or Thrift, or something else entirely?
I'm writing software for a new hardware device which I want any kind of new third-party application to be able to access if they want to.
The software will be a native process (C++) that should be ...
3
votes
1answer
1k views
TNonblockingServer, TThreadedServer and TThreadPoolServer, which one fits best for my case?
Our analytic server is written in c++. It basically queries underlying storage engine and returns a fairly big structured data via thrift. A typical requests will take about 0.05 to 0.6 seconds to ...
3
votes
4answers
1k views
Cassandra random read speed
We're still evaluating Cassandra for our data store. As a very simple test, I inserted a value for 4 columns into the Keyspace1/Standard1 column family on my local machine amounting to about 100 bytes ...
3
votes
3answers
2k views
Using Thrift to connect to Cassandra from .NET
I'm interested in Cassandra and I'd like to test it at home in my Windows XP computer. I've found instructions for install an run Cassandra in Windows, and it's already up and running; I've also found ...
3
votes
1answer
1k views
How can i delete/drop entire keyspace using php: cassandra :thrift
How can i delete/drop entire keyspace using php: cassandra :thrift
3
votes
2answers
1k views
Thrift client-server multiple roles
this is my first question, so sorry if the form is wrong!
I'm trying to make thrift server (python) and client (c++).
However I need to exchange messages in both direction. Client should register ...
3
votes
3answers
469 views
Why do I get an error when inserting rows with Net::Cassandra::Easy and Cassandra 0.5x?
When using the Perl module Net::Cassandra::Easy to interface with Cassandra I use the following code to read colums col[123] from rows row[123] in the column-family Standard1:
my $cassandra = ...
3
votes
1answer
2k views
Thrift,.NET,Cassandra - Is this is right combination?
I've been evaluating technology stack for developing a social network based application. Below are the stack I think could well suitable for this application type of application:
GUI -- ASP.NET MVC, ...
3
votes
2answers
3k 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' => ...
3
votes
3answers
926 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
1answer
131 views
Cassandra Thrift Exception: An existing connection was forcibly closed by the remote host
i encounter a problem when inserting a large value to a column, the value byte[]
length is 25130744 (converted from DataSet to byte[]), and gives me an exception: IOException: Unable to read data ...
2
votes
2answers
153 views
Cassandra System.OutOfMemoryException, is it a Thrift bug?
I am using Cassandra 0.8.7, Aquiles as C# client and Thrift 0.7 and I am trying to get a quite big amount of data out of a SuperColumnFamily that has the following definition:
create column family ...