• Jim Fulton's avatar
    Previously, database connections were managed as a stack. This · c99a8faf
    Jim Fulton authored
    tended to cause the same connection(s) to be used over and over.
    For example, the most used conection would typically be the onlyt
    connection used.  In some rare situations, extra connections could
    be opened and end up on the top of the stack, causing extreme memory
    wastage.  Now, when connections are placed on the stack, they sink
    below existing connections that have more active objects.
    c99a8faf
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGES.txt 14.7 KB