thrift
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 bound) process. Essentially what happens is we have a message broker[详细]
2023-04-11 22:55 分类:问答Get peer address within a thrift handler function
I am implementing a small thrift (0.6.0) server in ruby to play a role of proxy to another protocol with several connections (multiple clients) to a single server.I want to be able and keep per-client[详细]
2023-04-09 17:23 分类:问答Is there any loss of functionality with streaming jobs in hbase/hadoop versus using java?
Sorry in advance if this is a basic question. I\'m reading a book on hbase and learing but most of the examples in the book(and well as online) tend to be using Java(I guess because hbase is native to[详细]
2023-04-09 16:56 分类:问答Does thrift support sending data over websockets?
I would like to use thrift with a Java server sending data to a browser using websockets.I开发者_StackOverflows this possible?According to this issue: https://issues.apache.org/jira/browse/THRIFT-2355[详细]
2023-04-09 14:58 分类:问答Error[13]: Access Denied -On Apache Thrift generated PHP client
I\'m using a PHP-JAVA bridging using Apache thrift. A java server file, it is accesses by a php 开发者_开发知识库client on some port xxxx.[详细]
2023-04-06 08:37 分类:问答Asynchronous request with Thrift in Java
I\'m looking for an example of how to make an asynchronous request in Java using Thrift. Looking at the generated code this seems to be possible, but I can\'t find a single example of how.[详细]
2023-04-05 23:10 分类:问答Difference between Thrift, JSON, and REST
Can somebody please tell me difference between JSON, Thrift and REST ? How one can开发者_如何学Go decide which one to use ?[详细]
2023-04-05 14:50 分类:问答Fastest way to serialize relatively simple Java POJOs?
I need to write millions of Java POJOs to d开发者_Go百科isk, and read them from disk, and I need to do it fast.[详细]
2023-04-05 02:33 分类:问答Cassandra with PHP - on call of cassandra-test.php I get "Call to undefined method CassandraClient::batch_insert()"
Im trying to make Cassandra run with PHP on Windows 7 at the moment. I installed cassandra and thrift...[详细]
2023-04-01 17:50 分类:问答Need explanation of transferring binary data using Thrift rpc
Lets say I defined following Thrift service service FileResource { binary get_file(1:string file_name) }[详细]
2023-03-27 11:15 分类:问答