| [eclipselink-dev] SVN (main) Commit: Bug#270802, improve default connection pooling |
|
SVN (main) Commit: Bug#270802, improve default connection pooling https://bugs.eclipse.org/bugs/show_bug.cgi?id=270802 Changes: - changed ConnectionPool queues to use List and generics, not Vector - updated some tests - added persistence.xml properties for connection pool sizes, initial
size and sequence connection pool - added reset to Accessor - added support to set ConnectionPool, initialSize in SequenceManager - changed reflection weaving to use valueOf for primitives - changed ConnectionPool to default 1 initial, 32 min/max connections - changed ConnectionPool to acquire last connection to first (hot/more efficient) - added initial connections to ConnectionPool - simplified ServerSession constructors - updated Project, Server, ServerSession API/comments |