aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2013-01-20 18:38:00 +0100
committerMelanie2013-01-20 18:38:00 +0100
commitb7b3063849c8d7299fa0c262e122ff1a050bfdcb (patch)
tree90c910a0b2421d49a6c52eb80e6c977e7fccd452 /prebuild.xml
parentRevert "Refactor scripted http request to use async calls rather than hard th... (diff)
downloadopensim-SC_OLD-b7b3063849c8d7299fa0c262e122ff1a050bfdcb.zip
opensim-SC_OLD-b7b3063849c8d7299fa0c262e122ff1a050bfdcb.tar.gz
opensim-SC_OLD-b7b3063849c8d7299fa0c262e122ff1a050bfdcb.tar.bz2
opensim-SC_OLD-b7b3063849c8d7299fa0c262e122ff1a050bfdcb.tar.xz
Implement HTTP Request froma thread pool to avoid packet congestion
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 7fff2e0..fa21722 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1680,6 +1680,7 @@
1680 1680
1681 <!-- To allow regions to have mono addins --> 1681 <!-- To allow regions to have mono addins -->
1682 <Reference name="Mono.Addins" path="../../../bin/"/> 1682 <Reference name="Mono.Addins" path="../../../bin/"/>
1683 <Reference name="SmartThreadPool"/>
1683 1684
1684 <Files> 1685 <Files>
1685 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> 1686 <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/>