diff options
author | lbsa71 | 2007-11-29 06:06:42 +0000 |
---|---|---|
committer | lbsa71 | 2007-11-29 06:06:42 +0000 |
commit | d05b121dfffdc0521f7e87a7324cfea4a7a37ff7 (patch) | |
tree | ddad9e3c02809da77000215045a1226a8205f149 /bin/MySql.Data.dll | |
parent | Changed to doing only 1 request to the grid server from main map. Hopefully w... (diff) | |
download | opensim-SC_OLD-d05b121dfffdc0521f7e87a7324cfea4a7a37ff7.zip opensim-SC_OLD-d05b121dfffdc0521f7e87a7324cfea4a7a37ff7.tar.gz opensim-SC_OLD-d05b121dfffdc0521f7e87a7324cfea4a7a37ff7.tar.bz2 opensim-SC_OLD-d05b121dfffdc0521f7e87a7324cfea4a7a37ff7.tar.xz |
* Locking on local scope variable does not make sense - every thread will have its own
* Locking on value, then changing it does not make sense - lock will happen on old reference
* Taking a local copy of the shared resource then locking on the copy does not make sense - lock will happen on copy
Diffstat (limited to 'bin/MySql.Data.dll')
0 files changed, 0 insertions, 0 deletions