-
Notifications
You must be signed in to change notification settings - Fork 611
WIP Threadsafe connection pooling #284
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
Conversation
4a567f3
to
0466d4b
Compare
The more I think about it, Andrew, the more I think it would be more beneficial to go with the As always, please ping me if you need assistance, feedback or just an opinion. |
@karmi by Mutex.synchronize, you mean a global mutex on |
@jsvd, not in this way specifically — it was more or less a suggestion for Andrew to continue with adding the mutexed locks around problematic spots (which he already did in other places). |
@jsvd this was in reference to the last conversation @karmi and I had where we discussed using In my opinion (since you're taking over this @jsvd) we should just use the appropriate tool for the job and discuss the design once we're done. |
end | ||
end | ||
end | ||
end |
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.
endline ?
5f97cd4
to
70b59da
Compare
Moved to #296 |
WORK IN PROGRESS. DO NOT MERGE.