This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
C++ client library for beanstalk
License
mostphotos/beanstalkpp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Beanstalk++ is a client library for the beanstalk protocol, based upon boost. The library is not feature complete yet, but the most commonly used functionality exists (putting and reserving jobs and so on). Functionality which exists in the library should be considered stable, as it's used heavily in production environment. CMake is required to build the project. To compile: $ mkdir build $ cd build $ cmake -DCMAKE_BUILD_TYPE=Release .. $ make To utilize the library, follow these steps: - Include beanstalkpp.h in your files - Add the beanstalk++ dir to your include path when compiling - Add libbeanstalkpp.so to your makefile in the linker step For some examples of using the library, have a look at the programs in beanspeek.cpp, beansput.cpp, beansreserve.cpp and listtubes.cpp
About
C++ client library for beanstalk
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published