Skip to content

Ephemeral Port Exhaustion #50

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

Open
Bslabe123 opened this issue Apr 10, 2025 · 0 comments
Open

Ephemeral Port Exhaustion #50

Bslabe123 opened this issue Apr 10, 2025 · 0 comments

Comments

@Bslabe123
Copy link
Contributor

The benchmarking tool in AI-Hypercomuter is exhausting the number of available ports (~28k) at high request rates since aiohttp occupies one port per active connection, after exhaustion every subsequent connection attempt results in a ClientConnectorError response. Possible solutions include but not limited to:

  • Alternative http client or http2 client
  • Distributed benchmarking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant