From 5ea4faa6f209fd5c6a48cc704c595fb029b790f2 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Tue, 21 Apr 2009 20:44:17 +0000 Subject: Thank you kindly, MCortez, for a patch that: * Refactors the xmlrpc calls to a single location to make it easier to debug and include alternative xmlrpc call mechanisms * Includes an alternative xmlrpc call mechanism that sets HTTP Keep-Alive to false which solves nearly all System.Net exceptions on some windows environments --- bin/OpenSim.ini.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index dcae9ff..5e524bb 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1233,3 +1233,10 @@ ; This makes the XmlRpcGroups modules very chatty on the console. ;XmlRpcDebugEnabled = true + + ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for + ; a problem discovered on some Windows based region servers. Only disable + ; if you see a large number (dozens) of the following Exceptions: + ; System.Net.WebException: The request was aborted: The request was canceled. + ; + ; XmlRpcDisableKeepAlive = false -- cgit v1.1