aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-13 13:36:21 +0000
committerJustin Clarke Casey2008-05-13 13:36:21 +0000
commit550018f02dbe9d725ff9cdd69f3cf17fac727220 (patch)
treea76aa5edb00b826d2809ba118675c15319ceaddf /prebuild.xml
parent* Implemented ChildAgentDataUpdate throttle multiplier based on an inaccurate... (diff)
downloadopensim-SC_OLD-550018f02dbe9d725ff9cdd69f3cf17fac727220.zip
opensim-SC_OLD-550018f02dbe9d725ff9cdd69f3cf17fac727220.tar.gz
opensim-SC_OLD-550018f02dbe9d725ff9cdd69f3cf17fac727220.tar.bz2
opensim-SC_OLD-550018f02dbe9d725ff9cdd69f3cf17fac727220.tar.xz
* As part of the region registration process, the grid service now requests the status of the region using the region http uri just passed in
* If the status cannot be retrieved, then the region startup will terminate. * The aim of this is for earlier detection of situations where the region can send messages out but cannot accept incoming requests (often due to firewall issues) * This is currently an extremely simplistic check which completely trusts whatever http uri is given by the region * This contact may be problematic, though since the user service needs to be able to contact the region http uri, it doesn't seem unreasonable for the grid to have to be able to do so too at this stage * This change will require a prebuild
Diffstat (limited to '')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index a2390fb..544f626 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1273,6 +1273,7 @@
1273 <Reference name="System.Xml" localCopy="false"/> 1273 <Reference name="System.Xml" localCopy="false"/>
1274 <Reference name="Mono.Addins.dll" /> 1274 <Reference name="Mono.Addins.dll" />
1275 <Reference name="OpenSim.Framework"/> 1275 <Reference name="OpenSim.Framework"/>
1276 <Reference name="OpenSim.Framework.Communications"/>
1276 <Reference name="OpenSim.Framework.Console"/> 1277 <Reference name="OpenSim.Framework.Console"/>
1277 <Reference name="OpenSim.Framework.Servers"/> 1278 <Reference name="OpenSim.Framework.Servers"/>
1278 <Reference name="OpenSim.Data"/> 1279 <Reference name="OpenSim.Data"/>