Change the poll service to use a thread pool for replies to make sure the

event queues aren't blocked by other traffic.
This commit is contained in:
Melanie
2012-09-23 23:16:25 +02:00
parent 64db9e4114
commit 2d02405186
2 changed files with 39 additions and 7 deletions

View File

@@ -162,6 +162,7 @@
<Reference name="XMLRPC" path="../../../../bin/"/>
<Reference name="log4net" path="../../../../bin/"/>
<Reference name="HttpServer_OpenSim" path="../../../../bin/"/>
<Reference name="SmartThreadPool"/>
<Files>
<Match pattern="*.cs" recurse="true">