-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
Looking at Thrift and Google Protocol Buffers to implement some quick RPC code. Thrift would be perfect if the generated C++ code compiled on windows (which is what I need). And of course, GPB creates RPC stubs, but no implementation.
Is there a way to get Thrift Windows friendly? Or, even…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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, Flash (Flex)
Business Services -- Thrift based services
One of the advantage of using Thrift is to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
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 (call server's function and wait), and server should listen on same port for N (N- 100k) incoming…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm trying to set up thrift in order to incorporate with Cassandra, so when I ran the
setup.py
it out puts this message in command line
running build
running build_py
running build_ext
building 'thrift.protocol.fastbinary' extension
C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Python26\include…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been evaluating various technologies for a Social Networking project. The Thrift kind of interested me to evaluate. The advantage I see using Thrift is I can even come with C++ services when the computation in any such business is huge and may not fits with .NET etc.,
Please suggest your comments…
>>> More