Files
opensim/bin
John Hurliman 4847e62e9f * Switched all operations on the list of clients that could be either sync or async to use Scene.ForEachClient() instead of referencing ClientManager directly
* Added a new [Startup] config option called use_async_when_possible to signal how to run operations that could be either sync or async
* Changed Scene.ForEachClient to respect use_async_when_possible
* Fixing a potential deadlock in Parallel.ForEach by locking on a temporary object instead of the enumerator (which may be shared across multiple invocations on ForEach). Thank you diva
2009-10-26 16:33:04 -07:00
..
2008-05-08 04:34:02 +00:00
2008-05-08 04:34:02 +00:00
2008-12-05 12:42:32 +00:00
2008-12-05 12:42:32 +00:00
2009-08-10 08:14:57 -07:00
2007-08-17 18:39:04 +00:00
2007-11-11 09:19:21 +00:00
2007-10-20 05:38:32 +00:00
2007-07-08 07:45:46 +00:00