-
Notifications
You must be signed in to change notification settings - Fork 2k
Socket pool #134
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
Socket pool #134
Conversation
Thanks! I'll look into your patch tomorrow :) |
Some questions/suggestions:
Thanks! |
Sure. I hacked that together in between meetings, so I know it's pretty rough. on number 3 -- good point, I didn't do it that way but that makes more sense. We'd just need to document the behavior. I may start from scratch as it's pretty ugly as is. |
I probably need to squash down the commits. Added tests. |
No worries, I'll commit a single diff rather than your original commits :) |
I'm a commit early commit often sort of guy ;) Tests passed. I need better tests, but unix sockets are working now. Took more hackery than I wanted. I'm sure the code can be cleaned up. |
i've committed a modified version of your patch to the "socket-pool" branch: Please have a look ;) Feedback welcome! Thanks! |
Looks good. I'll run some tests tomorrow. You handled the table/key much better than I did. |
A little rough. Adds an options table to connect() with a pool option per issue 133.