Web service randomly not getting response
In my Monotouch application I consume a web service. This service is written in VS2010 running on a windows server using https with load balancing distributed onto two nodes. My problem is that sometimes when I call a method on my instance of this web ser开发者_如何学JAVAvice it does not get any response and is still waiting till it crashes on timeout. This seems to happen randomly on all of the services methods. My guess is that it is somehow related to monotouch networking but I am not successful with googling.
I also had this problem when using the WebClient class in MonoTouch. I blogged about it here: http://escoz.com/webclient-reliability-problems-under-monotouch/
At the time, my solution was to use the NSUrlRequest class in MonoTouch instead of the .NET client.
精彩评论