Top "Thrift" questions

Thrift is a software framework for scalable cross-platform, cross-language services development available from Apache.

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 …

php perl thrift
How thread safe is thrift? re: I seem to have requests disrupting one another

edit Apparently what I was hoping to do is outside of the scope of thrift... If I make sure there …

java thread-safety thrift
Extending Interfaces in Go

Fairly new to go. I'm trying to modify this go scribe server implementation: https://github.com/samuel/go-thrift/blob/master/…

go thrift scribe
Apache Thrift Python 3 support

I compiled my test.thrift file using: thrift -gen py test.thrift Then i tried to import the created files: …

python python-3.x thrift
Writing to hbase table from python (happybase)

I am running a map-reduce job and now I want to enter values into hbase. I stream values from the …

python hadoop hbase thrift happybase
How to set rpc timeout in thrift python client?

I'm writing python client using thrift, but I can't find any available option to set rpc time out. My client …

python rpc thrift
libtool error building thrift 0.9.1 on Ubuntu 13.04

Building thrift 0.9.1 (support C, C++, java, C#, perl, python) on Ubuntu 13.04 I am getting this error. ./configure run without any …

c++ compilation thrift
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 …

protocol-buffers thrift hessian caucho
Load balanced service using Zookeeper and Thrift

We have a computationally intensive service which is used to do a number of transformations. Its largely computationally bound (CPU …

java load-balancing distributed-computing thrift apache-zookeeper
Maven Thrift repository

Does anyone know if the Thrift libraries are in any Maven repository?

maven thrift