aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2012-09-23 23:16:25 +0200
committerMelanie2012-09-23 23:16:25 +0200
commit2d02405186841d5aeea30b608d106212f5fee1c3 (patch)
tree54691715937f806e4bf5af4d3db77e89167ceedd /prebuild.xml
parenttry to allow free uploads for testing, if users prefix names with "TEST-". Let (diff)
downloadopensim-SC_OLD-2d02405186841d5aeea30b608d106212f5fee1c3.zip
opensim-SC_OLD-2d02405186841d5aeea30b608d106212f5fee1c3.tar.gz
opensim-SC_OLD-2d02405186841d5aeea30b608d106212f5fee1c3.tar.bz2
opensim-SC_OLD-2d02405186841d5aeea30b608d106212f5fee1c3.tar.xz
Change the poll service to use a thread pool for replies to make sure the
event queues aren't blocked by other traffic.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 05b36d0..afcae1c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -162,6 +162,7 @@
162 <Reference name="XMLRPC" path="../../../../bin/"/> 162 <Reference name="XMLRPC" path="../../../../bin/"/>
163 <Reference name="log4net" path="../../../../bin/"/> 163 <Reference name="log4net" path="../../../../bin/"/>
164 <Reference name="HttpServer_OpenSim" path="../../../../bin/"/> 164 <Reference name="HttpServer_OpenSim" path="../../../../bin/"/>
165 <Reference name="SmartThreadPool"/>
165 166
166 <Files> 167 <Files>
167 <Match pattern="*.cs" recurse="true"> 168 <Match pattern="*.cs" recurse="true">