Skip to content

lzyang/TrendrrBeanstalk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • Java 100.0%