https://bugzilla.novell.com/show_bug.cgi?id=241514 Summary: zmd package management gets slower and slower, and becomes useless Product: openSUSE 10.2 Version: Final Platform: i686 OS/Version: Other Status: NEW Keywords: ZEN Severity: Major Priority: P5 - None Component: Zenworks AssignedTo: zlm-code10-bugs@forge.provo.novell.com ReportedBy: awheeler@royall.com QAContact: sarifulla@novell.com Every time the zmd process awakens from sleep, or is restarted, it gets quite a bit slower, to the point where it cannot be used. A little research reveals that this is an RCE service specific issue. Specifically, the zmd.db file grows with each awakening, or restart. Further research revealed that all the RCE package information was being re-inserted into the sqlite database, resulting in multiple copies. So, after first adding the RCE service, there would be 1 copy. After restarting, there would be 2 copies, and so on. Looking into the code, in the file modules/linux/RCEPackage.cs, the following is written: public RCEPackage () { InDatabase = false; } It seemed this could be the cause. I rebuilt the program, setting this value to true, and the problem disappeared. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.