aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-09-05 23:20:59 +0100
committerJustin Clark-Casey (justincc)2014-09-05 23:20:59 +0100
commit41f2f3132bdcbfb8020c7fd6e5f3b7e48c75b1cf (patch)
treec3f55715685c213673697e09d234e82616f0dc9c /prebuild.xml
parentMake LLUDP output queue refill thread active by default, since load tests hav... (diff)
downloadopensim-SC_OLD-41f2f3132bdcbfb8020c7fd6e5f3b7e48c75b1cf.zip
opensim-SC_OLD-41f2f3132bdcbfb8020c7fd6e5f3b7e48c75b1cf.tar.gz
opensim-SC_OLD-41f2f3132bdcbfb8020c7fd6e5f3b7e48c75b1cf.tar.bz2
opensim-SC_OLD-41f2f3132bdcbfb8020c7fd6e5f3b7e48c75b1cf.tar.xz
For monitoring purposes, start non-timeout tasks (which do not currently use a threadpool) via Watchdog.RunInThread() rather than Util.RunThreadNoTimeout()
The functionality is the same but this allow us to monitor such tasks via "show threads" and abort them for test purposes, etc. Also extends thread names to provide more info (e.g. SendInitialDataToClient says what client the task is for).
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 ba18a2c..a10d824 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2489,6 +2489,7 @@
2489 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> 2489 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
2490 2490
2491 <Reference name="OpenSim.Framework"/> 2491 <Reference name="OpenSim.Framework"/>
2492 <Reference name="OpenSim.Framework.Monitoring"/>
2492 <Reference name="OpenSim.Data"/> 2493 <Reference name="OpenSim.Data"/>
2493 <Reference name="OpenSim.Framework.Servers"/> 2494 <Reference name="OpenSim.Framework.Servers"/>
2494 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 2495 <Reference name="OpenSim.Framework.Servers.HttpServer"/>