This website requires JavaScript.
Explore
Help
Register
Sign In
lotek
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
faaf47a86f34f24dec0d7d51eda638d0df3db305
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Interfaces
History
Justin Clark-Casey (justincc)
faaf47a86f
Prevent a race condition between the script engine backup thread and script removal by locking on the script's EventQueue and only proceeding if it's flagged as still running.
...
Relates to
http://opensimulator.org/mantis/view.php?id=7407
2015-01-16 23:55:11 +00:00
..
ICompiler.cs
If [XEngine] ScriptStopStrategy is changed between abort and co-op, for the existing session use the previous strategy for that script rather than not starting the script at all.
2014-07-11 00:03:02 +01:00
IScript.cs
Another stab at cmickeyb's patch for script GC.
2009-08-07 20:43:23 +01:00
IScriptApi.cs
Pass narrower WaitHandle rather than EventWaitHandle as co-op termination wait handle to script APIs.
2013-01-23 23:38:08 +00:00
IScriptEngine.cs
If ScriptStopStrategy hasn't been set to co-op in [XEngine] config, then continue to generate C# that is functionality identical to historical generation
2013-01-23 02:36:43 +00:00
IScriptInstance.cs
Prevent a race condition between the script engine backup thread and script removal by locking on the script's EventQueue and only proceeding if it's flagged as still running.
2015-01-16 23:55:11 +00:00