Usually Mod_Mono works but after a few WCF requests in short succession it fails and gives this error (in my VPS, Apache Error_log):
Handling exception type SocketException Message is Operation timed out. IsTerminating is set to True System.Net.Sockets.SocketException: Operation timed out. at System.Net.Sockets.Socket.Receive (System.Byte[] buffer, Int32 size, SocketFlags flags) [0x00000] in <filename unknown>:0 at Mono.WebServer.ModMonoRequest.FillBuffer (UInt32 count) [0x00000] in <filename unknown>:0 at Mono.WebServer.ModMonoRequest.GetClientBlock (System.Byte[] bytes, Int32 position, Int32 size) [0x00000] in <filename unknown>:0 at Mono.WebServer.ModMonoWorker.Read (System.Byte[] buffer, Int32 position, Int32 size) [0x00000] in <filename unknown>:0 at Mono.WebServer.ModMonoWorkerRequest.ReadEntityBody (System.Byte[] buffer, Int32 size) [0x00000] in <filename unknown>:0 at System.Web.HttpRequest.MakeInputStream () [0x00000] in <filename unknown>:0 at System.Web.HttpRequest.get_InputStream () [0x00000] in <filename unknown>:0 at System.ServiceModel.Channels.Http.AspNetHttpRequestInfo.get_InputStream () [0x00000] in <filename unknown>:0 at System.ServiceModel.Channels.Http.HttpReplyChannel.CreatePostMessage (System.ServiceModel.Channels.Http.HttpContextInfo ctxi) [0x00000] in <filename unknown>:0 at System.ServiceModel.Channels.Http.HttpReplyChannel.TryReceiveRequest (TimeSpan timeout, System.ServiceModel.Channels.RequestContext& context) [0x00000] in <filename unknown>:0 at System.ServiceModel.Channels.ReplyChannelBase.<BeginTryReceiveRequest>m__21 (TimeSpan tout, System.ServiceModel.Channels.RequestContext& ctx) [0x00000] in <filename unknown>:0 I have plenty of memory, so I want to see if mono is somehow the cause of my site's unreliability. -- View this message in context: http://mono.1490590.n4.nabble.com/Mod-Mono-crashing-after-a-few-WCF-requests-Operation-time-out-tp4661170.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
