diff options
author | UbitUmarov | 2018-02-07 10:26:20 +0000 |
---|---|---|
committer | UbitUmarov | 2018-02-07 10:26:20 +0000 |
commit | 53a910e3e5add262a4fee1f73aad7419f9d150b5 (patch) | |
tree | ed41e3a2014bbf5c7f1977279a16315be1aafed2 /OpenSim/Region/ScriptEngine/XMREngine/XMRHeapTracker.cs | |
parent | due credits even if code goes away (diff) | |
download | opensim-SC-53a910e3e5add262a4fee1f73aad7419f9d150b5.zip opensim-SC-53a910e3e5add262a4fee1f73aad7419f9d150b5.tar.gz opensim-SC-53a910e3e5add262a4fee1f73aad7419f9d150b5.tar.bz2 opensim-SC-53a910e3e5add262a4fee1f73aad7419f9d150b5.tar.xz |
some more code from mrieker for system threads, give up of all the other mono dependent theading models only availble for linux (and possible not all platforms). This only has impact on micro-threading switching, and this only happens on long events and only every 60ms, aditionally we do remove a totally extra set of threads (that could grow in a uncontroled way on win) and their hanshake with main ones. This may of course be even more broken now :P
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/XMREngine/XMRHeapTracker.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/XMREngine/XMRHeapTracker.cs b/OpenSim/Region/ScriptEngine/XMREngine/XMRHeapTracker.cs index fdf65cf..0e7d303 100644 --- a/OpenSim/Region/ScriptEngine/XMREngine/XMRHeapTracker.cs +++ b/OpenSim/Region/ScriptEngine/XMREngine/XMRHeapTracker.cs | |||
@@ -119,6 +119,7 @@ namespace OpenSim.Region.ScriptEngine.XMREngine | |||
119 | //FAST: return ++ counter; | 119 | //FAST: return ++ counter; |
120 | 120 | ||
121 | // VS2017 in debug mode seems content to run this quickly though: | 121 | // VS2017 in debug mode seems content to run this quickly though: |
122 | |||
122 | try { | 123 | try { |
123 | return lis.Size; | 124 | return lis.Size; |
124 | } catch { | 125 | } catch { |