diff options
author | Justin Clark-Casey (justincc) | 2014-08-22 20:23:48 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-08-22 20:23:48 +0100 |
commit | 709038aa2adfe5a668c2452ec7acde517125c4e8 (patch) | |
tree | c0e078c2eea6a58a1f1eea3a932d5439ea830cba /bin/DotNetOpenMail.dll | |
parent | Remove lock in MySQLFramework. This is not necessary as the connection is no... (diff) | |
download | opensim-SC_OLD-709038aa2adfe5a668c2452ec7acde517125c4e8.zip opensim-SC_OLD-709038aa2adfe5a668c2452ec7acde517125c4e8.tar.gz opensim-SC_OLD-709038aa2adfe5a668c2452ec7acde517125c4e8.tar.bz2 opensim-SC_OLD-709038aa2adfe5a668c2452ec7acde517125c4e8.tar.xz |
Remove some use of database connection locking from MySQLSimulationData - this has not been necessary for some time as database connections are not shared.
However, many locks remain since they may effectively be providing transactionality in some operations (e.g. prim updates across multiple tables).
These are candidates for being replaced with proper database transactions, since this would not block unrelated operations (e.g. land save and object save)
or unrelated operations on the same tables (e.g. storage of one linkset whilst another is being removed).
In practice, any performance deg due to contention is probably rare and short lived as the major prim operations are performed in memory and only persisted some time afterwards.
Diffstat (limited to 'bin/DotNetOpenMail.dll')
0 files changed, 0 insertions, 0 deletions