Hi all, I wanted to announce that we have released our beanstalk client. It's not entirely complete in terms of the protocol and somethings could def be improved but we've been using it in production for a few months now processing 10s of millions of tasks per day. Any comments welcome.
https://github.com/dustismo/TrendrrBeanstalk 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 LGPL (or ask if different licenses are needed). Thanks, Dustin Norlander -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
