I added to Git master a couple of features that help in debugging OpenSim. First, I improved logging of HTTP activity significantly. This isn't a new feature, but there are numerous changes which make it more useful. These include: logging responses (not just requests); fixed cases where logging failed; better snippets; and more. See http://opensimulator.org/mantis/view.php?id=6949 for more information. If you turn on "debug http all 5" on either OpenSim or Robust (or both) then you'll get a very good idea of the communications between them.
Second, I added logging of activity in the main thread pool. This helps show what OpenSim is doing. It can also help see if OpenSim is overloaded, because in that case the number of threads active in the threadpool will be high, and the number of queued threads will never drop to 0. You can also see how long it takes between the time that a task is queued until it actually executes. For more information about this feature see: http://opensimulator.org/wiki/General-Purpose_Threadpool . -- View this message in context: http://opensim-dev.2196679.n2.nabble.com/New-OpenSim-debugging-aids-tp7579042.html Sent from the opensim-dev mailing list archive at Nabble.com. _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
