OpenSimMirror/OpenSim/Region/Application
Justin Clark-Casey (justincc) 304c5d4a8b On startup, start scenes after we're set up all local scenes, rather than starting scenes before others have been created.
This aims to avoid a race condition where scenes could look to inform neighbours that they were up before those neighbours had been created.
http://opensimulator.org/mantis/view.php?id=6618
2013-05-03 18:48:50 +01:00
..
Application.cs Additional ThreadPool worker and IOCP thread startup logic 2013-02-10 14:14:33 -05:00
ConfigurationLoader.cs Make "config show/set/get/save" console commands available on all servers 2012-11-22 05:48:41 +00:00
IApplicationPlugin.cs * minor: Comments 2009-08-12 22:54:57 -04:00
OpenSim.cs Log same environment information to Robust log as is already done for simulator logs, for debug purposes 2013-03-14 23:39:15 +00:00
OpenSimBackground.cs Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contain an unmanaged resource that will not automatically be disposed when they are GCed), and commenting out some ManualResetEvents that are not in use yet 2009-10-09 02:10:53 -07:00
OpenSimBase.cs On startup, start scenes after we're set up all local scenes, rather than starting scenes before others have been created. 2013-05-03 18:48:50 +01:00