-
Couldn't load subscription status.
- Fork 53
feat(nonblocking) implement non blocking mode for connections #280
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
base: master
Are you sure you want to change the base?
Conversation
…, and option to run all with any type
6c7f795 to
385b681
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious what the test results will reveal (mostly whether any other places need a call to PQflush).
I do know the copy functions also need a flush dance: https://www.postgresql.org/docs/current/libpq-copy.html#LIBPQ-COPY-SEND
cb28349 to
9e2c7f1
Compare
Towards making this work https://github.com/TechEmpower/FrameworkBenchmarks/pull/8370/files (more context)
I'm trying to remove any blocking calls from anywhere in the Julia Web stack. Though this may be minor, I think it's not a bad idea to have it around!
I'll have numbers regarding whether this works soon™️ 😅
TODO (@iamed2 please add more as you please)