Microsoft 开发人员网络 > 论坛主页 > Windows Communication Foundation > What does "InputQueue" do in UDP example? And is it production ready? If not what are the alternatives?
提出问题提出问题
 

问题What does "InputQueue" do in UDP example? And is it production ready? If not what are the alternatives?

  • 2009年7月4日 1:14j_saremi 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    This is a question for the WCF team, for someone who knows the details of custom channels.
    So i followed the udp example and built a custom listener and a replychannel for myself.
    However I don't totally get what it's doing and how it's doing it. I'd like to ultimately put my code in production in the company i work for.
    But i don't think I understand it enough to be able to do that.
    The listener itself: not a biggy. The replychannel: not much code there. The encoder: a breeeze. Other custome behaviors: very understandable.
    However, there is one thing and it's not a small thing. That's the InputQueue used in the custom replychannel (see udp example).
    To me this looks like the brains of the operation (channel ops I mean). Yet it is not in the WCF framework itself. And there is no documentation on how to go about writing one from scratch either.
    Since we don't have access to the source code of WCF either, say to see how HttpReplyChannel was written, the only hope we have is to use the InputQueue as is. So i'd like to know, possibly from whoever wrote it, that it is of a quality that the rest of the WCF is written to?

    thanks
    jeff

全部回复