OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) 216e785ca9 Add experimental "debug attachments throttle <ms>" setting (command line) and ThrottlePer100PrimsRezzed in [Attachments] in config
This is an experimental setting to control cpu spikes when an attachment heavy avatar logs in or avatars with medium attachments lgoin simultaneously.
It inserts a ms sleep specified in terms of attachments prims after each rez when an avatar logs in.
Default is 0 (no throttling).
"debug attachments <level>" changes to "debug attachments log <level>" which controls logging.  A logging level of 1 will show the throttling performed if applicable.
Also adds "debug attachments status" command to show current throttle and debug logging levels.
2013-08-01 21:16:53 +01:00
..
Application Added MinPoolThreads to ini [Startup] section to control SmartThreadPool. 2013-07-18 02:28:07 -07:00
ClientStack Try a different approach to slow terrain update by always cycling the loop immediately if any data was sent, rather than waiting. 2013-08-01 18:12:28 +01:00
CoreModules Add experimental "debug attachments throttle <ms>" setting (command line) and ThrottlePer100PrimsRezzed in [Attachments] in config 2013-08-01 21:16:53 +01:00
DataSnapshot DataSnapshot: changed those annoying messages to Debug instead of Info. 2013-06-12 17:48:20 -07:00
Framework Experimental comment to eneralize the handling of Linden caps when the 2013-07-31 15:37:15 -07:00
OptionalModules BulletSim: test method for debugging of extended physics script operations. 2013-07-30 15:22:32 -07:00
Physics BulletSim: distribute vehicle physical settings to all members of 2013-07-30 15:23:33 -07:00
RegionCombinerModule Attachments module only registers when enabled. This enables alternative attachments module implementations. All calls to Scene.AttachmentsModule are checking for null. Ideally, if we support disabling attachments then we need a null attachments module to register with the scene. 2013-07-16 17:43:36 -07:00
ReplaceableModules Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine Fix NPC regression test failures. 2013-07-26 18:43:15 +01:00
UserStatistics Deleted all AssemblyFileVersion directives 2013-02-19 17:14:55 -08:00