Questions tagged [libdrizzle]
8 questions
4
votes
1 answer
Can multiple gearman servers share the same libdrizzle queue?
Can multiple gearman servers share the same gearman queue, via libdrizzle?
I'm wondering if this will eliminate the gearman server as a single point of failure--if I have multiple web nodes, each talking to the same gearman server, then the site…

mjs
- 63,493
- 27
- 91
- 122
4
votes
2 answers
async c++ connector for mysql
googling about asynchronous /non-blocking connectors for mysql i went basically to this post
However, it's been 2 years and following whats happening on drizzle is a bit confusing at the moment. libdrizzle was a separate dependency at some point but…

lurscher
- 25,930
- 29
- 122
- 185
4
votes
1 answer
how to configure gearmand with libdrizzle on linux?
I have been trying to work with persistent job queues of gearman. When I try to use libdrizzle like-
gearmand -q libdrizzle --libdrizzle-host=127.0.0.1 --libdrizzle-user=gearman --libdrizzle-password=secret --libdrizzle-db=some_db…

Hussain
- 5,057
- 6
- 45
- 71
3
votes
1 answer
using libdrizzle as an async mysql connector
I'm interested in using libdrizzle as a generic asynchronous-capable connector for mysql db for a c++ application (actually as a backend for hiberlite). Since early this year libdrizzle is no longer a separate project and its merged in the same…

lurscher
- 25,930
- 29
- 122
- 185
3
votes
1 answer
Installing gearman with libdrizzle on mac osx
Anyone could install gearman with libdrizzle enabled for mac os?
I'm using mac ports but it fails to install it with libdrizzle enabled

khelll
- 23,590
- 15
- 91
- 109
1
vote
1 answer
Bad Packet Number error with libdrizzle (mysql) & gearman
When I try to use libdrizzle/mysql with gearman, I get this error during startup:
DEBUG [ main ] libdrizzle replay: def -> libgearman-server/plugins/queue/drizzle/queue.cc:562
ERROR [ main ] drizzle_row_buffer:drizzle_state_packet_read:bad packet…

Z Jones
- 2,015
- 4
- 23
- 42
1
vote
1 answer
Does gearmand with libdrizzle work while mysql-database is down for a while?
Use-Case:
The gearmand is fully operational with libdrizzle as persistence-layer to a mysql-database
The drizzle connection crashes (e.g. the gearmand-database is locked for some minutes during nightly backups, or the mysql server crashes or…

itinance
- 11,711
- 7
- 58
- 98
0
votes
1 answer
Enabling libdrizzle support for Gearman on OSX
Does anyone know how to get libdrizzle support working for gearman on OSX?
I installed gearmand through ports using the command:
sudo port install gearmand +drizzle
However when I try to use the libdrizzle flags gearmand throws an error:
$ gearmand…

Steven
- 1,107
- 1
- 8
- 21