Skip to content

Support connection pooling within Client #99

@letmutx

Description

@letmutx

After #97 lands, it'll be nice to have connection pools to prevent threads from connection starvation. Client should support connection pooling behind a feature flag.

Right now, we have r2d2-memcache for this, but it creates Client instances instead of Connection objects which is inefficient if Client contains multiple Connections.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions