diff options
author | MW | 2008-03-14 14:40:31 +0000 |
---|---|---|
committer | MW | 2008-03-14 14:40:31 +0000 |
commit | a5f5be8a0c5cd43139146b6e66a874fc25ab9be7 (patch) | |
tree | a04955d943201a2887f2b8da2f96aa43b71a8aa5 /runprebuild.bat | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-a5f5be8a0c5cd43139146b6e66a874fc25ab9be7.zip opensim-SC_OLD-a5f5be8a0c5cd43139146b6e66a874fc25ab9be7.tar.gz opensim-SC_OLD-a5f5be8a0c5cd43139146b6e66a874fc25ab9be7.tar.bz2 opensim-SC_OLD-a5f5be8a0c5cd43139146b6e66a874fc25ab9be7.tar.xz |
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.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions