Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managing Resource Pools #94

Open
billoneil opened this issue Jan 6, 2019 · 0 comments
Open

Managing Resource Pools #94

billoneil opened this issue Jan 6, 2019 · 0 comments

Comments

@billoneil
Copy link
Contributor

Similar to Managing timeouts we might want the ability to customize the resources for given actions to prevent critical path code from failing.

  • Limit the number of connections per endpoint. If you have some long-running operations consider queuing up connections instead of flooding the server with long running operations. If the connection pool is shared with higher throughput and lower latency endpoints you could block critical path code if too many long-running connections are being processed.
  • Multiple connection pools (HTTP, JDBC) same as above but for other types of resources.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant