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]

Reply via email to