diff options
author | Melanie | 2012-09-23 23:16:25 +0200 |
---|---|---|
committer | Melanie | 2012-09-23 23:16:25 +0200 |
commit | 2d02405186841d5aeea30b608d106212f5fee1c3 (patch) | |
tree | 54691715937f806e4bf5af4d3db77e89167ceedd /prebuild.xml | |
parent | try to allow free uploads for testing, if users prefix names with "TEST-". Let (diff) | |
download | opensim-SC-2d02405186841d5aeea30b608d106212f5fee1c3.zip opensim-SC-2d02405186841d5aeea30b608d106212f5fee1c3.tar.gz opensim-SC-2d02405186841d5aeea30b608d106212f5fee1c3.tar.bz2 opensim-SC-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.xml | 1 |
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"> |