Skip to content

Can the pool size (max connections) be defined? #65

Description

@teddyngibm

I noticed there's no pool size setting in Pool class. For better performance and more concurrent connections, shouldn't the pool size be defined to allow for idle/available connections?

this.sqlPool = new AS400JDBCConnectionPool(ds);
sqlPool.fill(10);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions