From d62acc7e376930e696e72f2c7d749dd24896fce2 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Mon, 14 Jul 2014 20:53:06 +0100 Subject: Update information in OpenSimDefaults to reflect the fact that ScriptStopStrategy in [XEngine] can now be changed without manually deleting old compiled scripts. --- bin/OpenSimDefaults.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bin') diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 3f373ce..995768a 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -1426,13 +1426,13 @@ ; by scripts have changed. ; DeleteScriptsOnStartup = false - ; Controls whether scripts are stopped by aborting their threads externally (abort) or by co-operative checks from the compiled script (co-op) + ; Controls whether scripts are stopped by aborting their threads externally (abort) + ; or by co-operative checks inserted by OpenSimulator into compiled script (co-op) ; co-op will be more stable but this option is currently experimental. - ; If moving from co-op to abort, existing script DLLs will need to be recompiled. - ; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run - ; or by deleting the script DLL* files in bin/ScriptEngines// - ; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile - ScriptStopStrategy = abort + ; If this setting is changed between co-op and abort, then existing scripts will automatically be recompiled if necessary. + ; However, the setting change will not take affect until the next time you restart the simulator. + ; Setting changes will not affect state information stored for scripts. + ;ScriptStopStrategy = abort ; Rate to poll for asynchronous command replies (ms) ; currently unused -- cgit v1.1