Hi, I would like to use thrift rpc (on local host) for windows, and i need some recommendation for the transport layer to use. One of the mandatory requirements is rpc timeout which is supported only by TSocket and unfortunately isn't supported by TPipe. On the other hand, using sockets for ipc is less efficient/error prone then using pipes (i.e. firewall rule that blocks the connection accidentally or as a result of some error).
Do you have any recommendation for this issue? Thx, Moshe.
