John Hurliman
|
b2ed348aa2
Implemented a Watchdog class. Do not manually create Thread objects anymore, use Watchdog.StartThread(). While your thread is running call Watchdog.UpdateThread(). When it is shutting down call Watchdog.RemoveThread(). Most of the threads in OpenSim have been updated
|
15 years ago |
John Hurliman
|
2f394b7e7e
* Allow SmartThreadPool to be initialized without setting max stack size (like the original implementation)
|
15 years ago |
Melanie
|
b35fbe1f98
Merge branch 'melanie_test' into prioritization
|
15 years ago |
John Hurliman
|
32ccd5bb40
* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to Util.FireAndForget()
|
15 years ago |
Melanie
|
8ce4fd7234
Reduce the default pool threads to 15 (from 30) and the minimum from 5 to 2
|
15 years ago |
Melanie
|
8a336c6860
Add MaxPoolThreads in startup to limit the size of the thread pool used
|
15 years ago |
Melanie
|
26863c04a5
Change "config save" to "config save <filename>", which is mandatory.
|
15 years ago |
John Hurliman
|
1e9e9df0b3
* Switched to a plain lock for the ClientManager collections and protected the TryGetValues with try/catch instead of a lock
|
15 years ago |
John Hurliman
|
25878d6828
* Added the "show connections" command to print out all of the currently tracked IClientAPIs
|
15 years ago |
Melanie
|
31d8cec0f8
Merge branch 'master' into diva-textures
|
15 years ago |
Melanie
|
67fefdb5a0
Remove predecode-j2k and it's assoaciated logic
|
15 years ago |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
Melanie
|
94aa7e677c
Change command help text to show .ini in place of .xml when creating regions
|
15 years ago |
Diva Canto
|
5757afe766
First pass at the heart surgery for grid services. Compiles and runs minimally. A few bugs to catch now.
|
15 years ago |
Diva Canto
|
902279f0fd
Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the scene itself but SceneCommunicationService, for now. Beginning to clear the code from using Region.Communications. grid stuff.
|
15 years ago |
Melanie
|
496b368334
Add a using() block around the timer script
|
15 years ago |
Diva Canto
|
5bf288745d
De-hardcode default home locations on create user (standalone).
|
15 years ago |
Melanie
|
3d7bb7567c
Add the ability to use -console=rest to the region server. User
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
b47e405420
* minor: Comments
|
15 years ago |
Diva Canto
|
5d2a157e64
First pass at cleaning up old OGS1 and Local Inventory: removed everything-inventory in CommsManager, which wasn't actively used anymore.
|
15 years ago |
Diva Canto
|
0d8284c7a1
Removed IAssetCache.
|
15 years ago |
Melanie
|
cb10700a1f
Make the opensim.ini logfile option really work (port of a fix from ROBUST)
|
15 years ago |
MW
|
78d7f4696e
Now we are past revision 10000, I think its time to start to fix that massive bug that was introduced in revision 1. So here is the first part of that fix.
|
15 years ago |
Melanie Thielker
|
7cc69ac97f
Make create region save the new region to ini file format if the name
|
15 years ago |
Charles Krinke
|
23bf1bf6e0
Thank you kindly, MattSetzer, for a patch that solves a Mantis:
|
15 years ago |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
Melanie Thielker
|
e5f3337c3f
Implement .ini file includes. Anything that begins with "Include-" will be
|
15 years ago |
Melanie Thielker
|
4065ebff15
Remove the pre-log4net, discrete output methods from the consoles
|
15 years ago |
Justin Clarke Casey
|
1cc9d1fd8d
* minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191
|
15 years ago |
Justin Clarke Casey
|
29671fc103
* Resolve http://opensimulator.org/mantis/view.php?id=3191
|
15 years ago |