Hello,
Is there any support, in either Python or C++, for servers with
non-standard transports?
For example, suppose I have a message. I would like to call some method
on the message that would automatically determine its Operation,
dispatch the method call, and give me a message with the return value.
I am using the Apache QPid for all of my messages. Currently I am using
Google Protocol Buffers to do calls between Python clients and servers
via Apache QPid. My server daemon receives a message, deserializes it
via PB, dispatches to the correct method, and re-serializes the return
object to send back to the QPid server. The exception handling and
dispatch provided by Thrift is appealing...
Cheers,
-JK
- Non-standard transports Joshua Kramer
-