forked from dustismo/TrendrrBeanstalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Java beanstalk client
License
combust/TrendrrBeanstalk
Folders and files
Name | Name | Last commit message | 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 == Please Note - This is not actively maintained. If someone wants to maintain a fork I am happy to link to that.
About
Java beanstalk client
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%