thrift
AssertionError: Thrift API version mismatch. (Client: 12, Server: 13)
I am installing Twissandra - a python example on top of Cassandra.Instructions Here. After successfully compiling and building all dependencies on Lubuntu 10.04 (with Thrift 4.0 and then tried with 2.[详细]
2023-01-16 02:18 分类:问答Thrift Make Error
I can\'t compile thrift properly, when I use make, this is the output: make all 开发者_运维技巧makeall-recursive[详细]
2023-01-15 19:00 分类:问答batch_mutate silently failing in Cassandra
I am working with Cassandra 0.6.5 using the thrift interface.I am trying to use the batch_mutate method call, however, when I execute it, I receive no error message.This leads me to believe it worked.[详细]
2023-01-14 21:29 分类:问答RPC frameworks available?
I am looking to use a RPC framework for internal use. The framewo开发者_如何学Crk has to be cross language. I am exploring Apache Thrift right now. Google protocol Buffers does not provide RPC capabil[详细]
2023-01-14 17:55 分类:问答Thrift framework for iPhone
I\'m currently stuck trying to get my objective c generated files to compile in my iPhone project. Basically it keeps telling me there is no such directory for the following four imports:[详细]
2023-01-14 16:40 分类:问答Using "oneway void" in Thrift function definitions
I\'m using a oneway modifier in one of my Thrift function definitions: ... oneway void secret_function(1: string x, 2: string y),[详细]
2023-01-14 10:59 分类:问答How to put Apache Thrift behind Boost Asio?
As far as I see Thrift documentation/examples/tutorials is very limited. A single example on C++ shows how to attach Thrift handler to a socket. I would like to wrap it into Boost::As开发者_JAVA技巧io[详细]
2023-01-13 14:39 分类:问答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.[详细]
2023-01-12 18:01 分类:问答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 fini[详细]
2023-01-12 10:40 分类:问答C++ linker error after change in thrift file
I think this is related to C++ linker error than to thrift. I made a change to the thrift file and regenerated cpp & java classes. After this change, I started getting linker errors in cpp. Here i[详细]
2023-01-09 00:14 分类:问答