OpenSimMirror/OpenSim/Region/CoreModules/Framework
Justin Clark-Casey (justincc) f132f642b2 On code section that rezzes single objects and attachments, reduce CPU use by reading asset XML a single time with a stream reader rather than multiple times.
Reading large XML documents (e.g. complex attachments) is CPU expensive - this must be done as few times as possible (preferably just once).
Reading these documents into XmlDocument is also more resource intensive than using XmlTextReader, as per Microsoft's own publication "Improve .NET Application Performance and Scalability"
Optimization of other cases will follow if this change is successful.
2014-08-28 18:15:33 +01:00
..
Caps Add regression test for http inventory fetch. 2014-03-17 20:51:35 +00:00
DynamicAttributes Make the concept of namespaces explicit in dynamic attributes 2013-06-27 23:14:28 +01:00
EntityTransfer On teleport to a region that already has a child agent established (e.g. a neighbour) don't resend all the initial avatar and object data again. 2014-08-15 21:47:34 +01:00
InterfaceCommander Added option for UUID as command parameters. This lets the command handle the UUID parsing and type checking before the command is executed. 2013-01-31 11:14:43 -08:00
InventoryAccess On code section that rezzes single objects and attachments, reduce CPU use by reading asset XML a single time with a stream reader rather than multiple times. 2014-08-28 18:15:33 +01:00
Library Allow the "debug scene set physics false|true" command to work when bulletsim physics is running in a separate thread. 2014-07-29 01:21:15 +01:00
Monitoring minor: Fix mono compiler warning in MonitorModule 2013-03-05 23:59:39 +00:00
Search Trim search queries (for users, groups, etc.). I have found that sometimes the viewer adds a space at the end, which causes searches to fail. 2014-03-24 18:01:28 +01:00
ServiceThrottle Removed the MapItems thread. Redirected the map items requests to the services throttle thread. Didn't change anything in how that processor is implemented, for better or for worse. 2013-07-16 20:28:48 -07:00
Statistics/Logging Allow reading the BulletSim detail log while the sim is running 2014-07-21 09:27:57 +01:00
UserManagement Eliminated many warnings 2014-04-23 16:37:36 +03:00