I recently pushed a client library for Go. http://github.com/kr/beanstalk.go
If anyone out there wants to use Go and beanstalkd together, well now you can. And by the way, if you haven't yet taken a serious look at Go, it's worth one. This library funnels concurrent access into a single connection with (potential for) cool optimizations to reduce network traffic (sort of like spymemcached), but still offers a simple, blocking interface for the common case. It was surprisingly easy to write. I'd love feedback about API design, implementation techniques, or anything else. Especially the worker package, which is more experimental. kr -- 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.
