开发者

WCF : Why Creating a ChannelFactory is more consuming that actually create the channels

开发者 https://www.devze.com 2023-04-02 14:29 出处:网络
I understand that the ChannelFactory creates the network connections and that the channel indeed act as a lock for one 开发者_StackOverflow社区connection during one call.Can someone confirm, give some

I understand that the ChannelFactory creates the network connections and that the channel indeed act as a lock for one 开发者_StackOverflow社区connection during one call. Can someone confirm, give some details?


Not exactly what you are looking for, but the best article I know of:

http://blogs.msdn.com/b/wenlong/archive/2007/10/27/performance-improvement-of-wcf-client-proxy-creation-and-best-practices.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消