Skip to main content

Questions tagged [thrift]

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

2 votes
2 answers
757 views

I am member of the Apache PLC4X (incubating) project. Here we are currently implementing multiple industry PLC protocols. While we initially focussed on creating Java versions of these, we are ...
Christofer Dutz's user avatar
0 votes
1 answer
77 views

I am working on a project that is using Thrift and as a result has auto generated code. Firstly, what are the pros and cons of placing this generated code in SCM vs not and insisting developers ...
jim's user avatar
  • 483
1 vote
2 answers
417 views

I am working with a multithreaded homegrown multi-module app in my new job. We use the the Thrift protocol to communicate RPC calls between different stand-alone applications in a distributed system. ...
amphibient's user avatar
  • 1,591