This repository was archived by the owner on Feb 1, 2026. It is now read-only.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A Java beanstalk client 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