Question

We are going to implement a fairly complex new service in an asynchronous way, introducing asynchronous processing as well. For this, we have selected beanstalkd message queue service, as it fits best for our needs.

The problem is that beanstalk seems to miss client API in C, at least I have failed to find it.

I do not want to invent the wheel: is there a client API available for beanstalkd?

Was it helpful?

Solution

libbeanstalkd also has some commits lately..

Wondering why you want client also in C. Are you going to program client in such a low level language? btw gearmand has a c client library. Maybe you could consider that instead

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top