On Sep 4, 2009, at 10:14 AM, David Reiss wrote:
1) Does it support UDP based RPC calls ? For example server receives a request on UDP port and sends back the response to client's UDP port. The client would match request and response using a messageId field. I prefer this over TCP based RPC as I need not handle reconnecvity issues when either server or client goes down and comes back.No.
You could probably hack my Asio port to use ip::udp::* instead of ip::tcp::*, but I can't provide any more information than that. See https://issues.apache.org/jira/browse/THRIFT-311 for more information.
- Rush
smime.p7s
Description: S/MIME cryptographic signature
