Fixed
Details
Priority
MajorAffects versions
Fix versions
Components
Assignee
David HorwitzDavid HorwitzReporter
Matthew BuckettMatthew Buckett
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee
David Horwitz
David HorwitzReporter
Matthew Buckett
Matthew BuckettCreated May 11, 2010 at 1:33 AM
Updated June 29, 2010 at 5:01 PM
Resolved May 11, 2010 at 2:45 AM
I was looking at the performance of the presence service and was seeing lots of GC activity when attempting to push presence hard. Tracing the objects created led me back to the PresenceTool doing lots of org.sakaiproject.util.ResourceLoader.getString() calls which although it isn't very slow it was being performed in a loop.