diff options
author | UbitUmarov | 2012-09-10 01:23:20 +0100 |
---|---|---|
committer | UbitUmarov | 2012-09-10 01:23:20 +0100 |
commit | a7250c6ea16971327f28296bdef9a264cf61efc0 (patch) | |
tree | f477d36ac10548de8aac18230a09a6f18b8594de /OpenSim/Framework | |
parent | webFetchInventory: change control event to simple flag, adjust locking (diff) | |
download | opensim-SC-a7250c6ea16971327f28296bdef9a264cf61efc0.zip opensim-SC-a7250c6ea16971327f28296bdef9a264cf61efc0.tar.gz opensim-SC-a7250c6ea16971327f28296bdef9a264cf61efc0.tar.bz2 opensim-SC-a7250c6ea16971327f28296bdef9a264cf61efc0.tar.xz |
add a extra httppool thread to compensate for webfetchinventory
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | 3 |
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; |