From 20ca517887b6384811bdb63743beabee9c1c3e59 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 2 Feb 2018 13:04:45 +0000 Subject: [PATCH] update opensim.ini.example with XMRengine information --- bin/OpenSim.ini.example | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 3021dfa9ef..5c9dab2f8e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -261,9 +261,13 @@ ; edit the line ulimit -s 262144, and change this last value ;# {DefaultScriptEngine} {} {Default script engine} {XEngine} XEngine - ;; Default script engine to use. Currently, we only have XEngine + ;; Default script engine to use (Xengine if all commented) ; DefaultScriptEngine = "XEngine" - + ;; ***DANGER***DANGER*** + ;; experimental engine + ;; see section [XMREngine} below + ; DefaultScriptEngine = "XMREngine" + ;# {HttpProxy} {} {Proxy URL for llHTTPRequest and dynamic texture loading} {} http://proxy.com:8080 ;; Http proxy setting for llHTTPRequest and dynamic texture loading, if ;; required @@ -915,6 +919,21 @@ ;; Money Unit fee to create groups. Default is 0. ; PriceGroupCreate = 0 +[XMREngine] + ;; experimental engine + ;; implements microthreading, so fixing problems like llSleep or long events handlers + ;; but those will suffer from timeslicing, so will be slower. + ;; compiles LSL directly to IL, so only suports LSL scripting ( no C# etc) + ;; shares the Xengine APIs like LSL, OSSL, etc. + ;; DANGER, do not use with HG, don't leave regions running alone with it. + ;; TPs or crossings to/from Xengine will recompile scripts losing state. + ;; attachment scripts may misbehave, cars will stop on crossings, etc. + Enabled = false + UThreadModel = sys + ScriptStackSize = 256 + ScriptHeapSize = 256 + UseSourceHashCode = true + MinTimerInterval = 0.1 [XEngine] ;# {Enabled} {} {Enable the XEngine scripting engine?} {true false} true