You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote this client because we needed a pooled high performance client to interact with beanstalk.
It uses socket channels instead of regular sockets for increased throughput (in our environment it is 10 to 20X faster then the regular socket implementation).
There is a simple connection pool so client connections can be reused.
See src/Example for example usage.
License is MIT
== Please Note - This is not actively maintained. If someone wants to maintain a fork I am happy to link to that.