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

Issue with the "Guidelines for concurrency settings" doc #1825

Open
awiprayitno opened this issue Sep 11, 2024 · 0 comments
Open

Issue with the "Guidelines for concurrency settings" doc #1825

awiprayitno opened this issue Sep 11, 2024 · 0 comments

Comments

@awiprayitno
Copy link

I found an issue with this document.

Title: Guidelines for concurrency settings
Location: https://fly.io/docs/apps/concurrency/
Source: https://github.com/superfly/docs/blob/main/apps/concurrency.html.markerb

Describe the issue

connections are TCP connections. Multiple requests can be sent over a connection, so you need to consider how your app handles that. If you use connections for web services, then the proxy opens a new connection for each HTTP request, which is why requests is a better setting for HTTP apps.

I think it should be 'connections' is a better setting for HTTP apps.

Addtional info

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