Libgearman

libgearman is a small, thread-safe client library for the gearman protocol. The code has all been written with an eye to allow for both web and embedded usage. It handles the work behind routing particular keys to specific servers that you specify (and values are matched based on server order as supplied by you). It implements both the client and worker interfaces.

Getting Started

Examples

Client Functions

Creating Tasks

Worker Functions

Misc

Structures

Types

Extra