This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-08-14 17:55:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5f5be8a0c5cd43139146b6e66a874fc25ab9be7
opensim
/
OpenSim
History
MW
a5f5be8a0c
attempt to try to fix mantis issue # 613, which seems to be a threading issue. Queue is only threadsafe if its a public static member, which in this case it wasn't. And we were locking it during both enqueues and dequeues. So have added those locks to a syncObject. But it still needs testing on a high load region, as that seems to be when the exception happened.
2008-03-14 14:40:31 +00:00
..
ApplicationPlugins
* Disabled ancient TerrainEngine.
2008-03-06 15:49:53 +00:00
Framework
Just a few comments
2008-03-13 18:31:05 +00:00
Grid
* made some privates protected
2008-03-12 11:18:43 +00:00
Region
attempt to try to fix mantis issue # 613, which seems to be a threading issue. Queue is only threadsafe if its a public static member, which in this case it wasn't. And we were locking it during both enqueues and dequeues. So have added those locks to a syncObject. But it still needs testing on a high load region, as that seems to be when the exception happened.
2008-03-14 14:40:31 +00:00
Tests
Added copyright heaaders. Minor cleanup.
2008-03-04 04:11:37 +00:00
TestSuite
added early readme
2008-03-11 20:43:08 +00:00
Tools
Added copyright heaaders. Minor cleanup.
2008-03-04 04:11:37 +00:00