您好,登錄后才能下訂單哦!
這篇文章主要講解了“WCF數據量實例分析”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“WCF數據量實例分析”吧!
在作WCF數據量并發的測試,同時啟動40個客戶端進程,在碰到比較耗時的服務處理時,IIS服務器返回403錯誤。異常信息如下:]
System.ServiceModel.Security.MessageSecurityException: System.Net.HttpWebRequest.GetResponse()
System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
Server stack trace:
System.ServiceModel.Channels.HttpChannelUtilities.ValidateAuthentication(HttpWebRequest request, HttpWebResponse response,
WebException responseException, HttpChannelFactory factory)System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request,
HttpWebResponse response, HttpChannelFactory factory, WebException responseException)System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.
WaitForReply(TimeSpan timeout) System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
terminal.ViolationService.IViolationService.QueryVioImg(String vioSeq)
terminal.ViolationService.ViolationServiceClient.QueryVioImg(String vioSeq),terminal.Program.Main(String[] args)
通過各種方法監控WCF數據量的錯誤消息,可是這些出錯的調用都沒有到達WCF,所有監測WCF的地方和WCF的TraceLog都沒有任何的錯誤。隨后又拿出***法寶wireshark,抓包也看不到任何錯誤,就是客戶端請求了服務器一下,然后IIS就返回了403錯誤,并報告上面的異常。
于是把WCF的服務部署到了Win2003server的iis6下面。這樣程序正常運行不會有任何錯誤。于是查了一下IIS5.1 造成403錯誤的原因。原來是IIS5.1的***連接數的問題。于是總結了一下:
同時修改了幾個方面:
1.windowsXP SP3的TCP連接數,改為512。(有專門的工具破解)
2.WCF數據量會話數,調用數和實例數
感謝各位的閱讀,以上就是“WCF數據量實例分析”的內容了,經過本文的學習后,相信大家對WCF數據量實例分析這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。