Hello Sven, Thanks a lot for your changes. Could you please post the files to the list?
Best regards Juergen -----Original Message----- From: Sven Steiniger [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 16.03 PM To: Slide Developers Mailing List Subject: AW: Performance issues Ok, the changes are ready but I don't have write permissions to the cvs-repository :( So should I post the four files to this list? Changes: * NodeRevisionNumber cached toString(), also boosting hashCode() a lot as String.hashCode() caches the hashcode * NodeLock fast compution of lock-id. No longer converting the numbers into a string, then to byte-array to finally feed the hash-generator. * ObjectNode lazy cloning of children and links Vector. The links-Vector for example is never modified. * JDBCDescriptorsStore configurable connection checking (passed in seconds) <parameter name="checkinterval">60</parameter> thus the check-connection statement is not always executed for compatibility, the default value is 0 and the check is always performed. Sven. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
