libbeanstalkclient
libbeanstalkclient copied to clipboard
A non blocking beanstalk client implementation in C
libbeanstalkclient.
This is a non blocking implementation of a beanstalk client. It is ment to be embedded in event loops like libevent/libev.
To enable tests you will need check (http://check.sourceforge.net/)
TODO:
- Deal with multiple beanstalkd servers.
- Add more tests.