aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLSuperManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-081-1/+28
|
* * Added some debug information to MySQL UserDataManager to help diagnose a ↵Adam Frisby2008-10-311-0/+1
| | | | potential issue when in high load. Related to mantis #2508.
* Update svn properties.Jeff Ames2008-09-031-24/+24
|
* * Added new MySQLSuperManager support for the grid servers.Adam Frisby2008-08-301-6/+3
| | | | | * In theory, login and a large number of grid functions should now at least be multithreaded.
* * Fixed #2807 Again, Whoops.Adam Frisby2008-08-301-1/+1
|
* * Added new "SuperManager" class for MySQL connections, for allowing ↵Adam Frisby2008-08-301-0/+27
multiple concurrent MySQL threads. * Implemented SuperManager inside of UserData. This means the userserver when running on MySQL will use 10 connections (+1 system connection) to handle requests, preventing the previous mire of locking resulting in singlethreadedness. * This requires testing and grids relying on stability should not upgrade to this revision until it's been properly tested.