> so my question is -- is this a planned feature? No. > a desired feature? Not by me.
> if our company is willing to implement such a feature (at least for java and > csharp), will it be welcomed? I can't speak for everyone, but I don't think this kind of model belongs in Thrift. Network objects are complicated, exposing a variety of distributed programming problems like A passing a handle to B that then passes it to C. I think it is best to keep Thrift an easy-to-understand RPC mechanism and let more complex abstractions be built on top of it. --David
