aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMelanie2012-09-10 01:50:41 +0200
committerMelanie2012-09-10 01:50:41 +0200
commit761bf8c1eb250d6a8470f9f2d4d79d653b46545c (patch)
treee13fad527b791c9a782074dc79178d272639af3a /OpenSim/Framework
parentReduce max concurrent endpoint connections from 50 to 6 (was 2 before) (diff)
parentadd a extra httppool thread to compensate for webfetchinventory (diff)
downloadopensim-SC_OLD-761bf8c1eb250d6a8470f9f2d4d79d653b46545c.zip
opensim-SC_OLD-761bf8c1eb250d6a8470f9f2d4d79d653b46545c.tar.gz
opensim-SC_OLD-761bf8c1eb250d6a8470f9f2d4d79d653b46545c.tar.bz2
opensim-SC_OLD-761bf8c1eb250d6a8470f9f2d4d79d653b46545c.tar.xz
Merge branch 'ubitwork' into avination
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
index e45cb89..7384e39 100644
--- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
+++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
@@ -1618,7 +1618,8 @@ namespace OpenSim.Framework.Servers.HttpServer
1618 m_httpListener2.Start(64); 1618 m_httpListener2.Start(64);
1619 1619
1620 // Long Poll Service Manager with 3 worker threads a 25 second timeout for no events 1620 // Long Poll Service Manager with 3 worker threads a 25 second timeout for no events
1621 m_PollServiceManager = new PollServiceRequestManager(this, 3, 25000); 1621// m_PollServiceManager = new PollServiceRequestManager(this, 3, 25000);
1622 m_PollServiceManager = new PollServiceRequestManager(this, 4, 25000);
1622 HTTPDRunning = true; 1623 HTTPDRunning = true;
1623 1624
1624 //HttpListenerContext context; 1625 //HttpListenerContext context;