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

Miscellaneous Improvements #13

Open
CGA1123 opened this issue Feb 15, 2022 · 0 comments
Open

Miscellaneous Improvements #13

CGA1123 opened this issue Feb 15, 2022 · 0 comments

Comments

@CGA1123
Copy link
Owner

CGA1123 commented Feb 15, 2022

  • Wrap the response body with a Rack::BodyProxy in order to handle the edge case of streaming bodies.
  • Using thread-local vs fiber-local variables for the implementation of the store -- fiber local variables are not shared in Enumerator
  • Alternative solutions to using MAX_STATEMENT_TIMEOUT for MySQL deadlines.
  • Listen/select on the unicorn.socket or puma.socket for a client disconnect, and drop the deadline to 0 when that happens.
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