Bugs item #3487899, was opened at 2012-02-15 08:02 Message generated for change (Settings changed) made by freyther You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=843359&aid=3487899&group_id=167540
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Performance Group: None Status: Closed Resolution: Fixed >Priority: 5 Private: No Submitted By: Alexander Waldmann (netcorps) Assigned to: Stefan Rossbach (kargor) Summary: Redundant filelist creation on multiple invitations Initial Comment: If i invite 2 or more buddies to a session, Saros actually expensively calculates an identical filelist for each invited buddy and this in parallel, so the performance is seriously impacted on non SSD-harddrives because of the parallel filesystem access of multiple OutgoingInvitationProcesses. There is no caching mechanism for the creation of the projectExchangeInformation Objects (expensive!). I will take care of that and introduce an optimization just for this case, when a user invites multiple buddies at once (by using a wizard) > in this case it's acceptable to create the ProjectExchangeInfo (or at least the filelist XML) just once. This will increase the speed of inviting multiple buddies at least by 10 seconds which should be notable. Even on a very fast network, local hash calculations take considerable time. ---------------------------------------------------------------------- Comment By: Alexander Waldmann (netcorps) Date: 2012-03-25 03:32 Message: If a bug has been accepted and a fix has been committed to SVN the developer should set the bug to "Fixed", but not close or set to pending. ---------------------------------------------------------------------- Comment By: Alexander Waldmann (netcorps) Date: 2012-02-15 12:04 Message: Working on it. Early filelist creation has been fixed already, now fixing the redundancy ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=843359&aid=3487899&group_id=167540 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Dpp-robot mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dpp-robot
