Alexandre

Results 20 comments of Alexandre

can n't compile with 5.5.15 g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/root/src/mysql/sql -I/root/src/mysql/include -I/root/src/mysql/regex -I/root/src/mysql -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -fPIC -fPIC -g...

I made test with native API and 1 000 K iteration of set and get operation ( + / =) I d't have errors. It can be the errors of...

I make the issue https://github.com/rtsisyk/msgpuck/issues/10 at 3 month ago. The part code of the implenentation MP ext type in the hhvm_msgpack: https://github.com/akalend/hhvm-msgpack/blob/hhvm-v-3.12/msgpuck.h

Ok, make pull request.

I must implement the property headers in the AMQP queue class. The example code is: ``` AMQPHeaders headers; headers.add("x-max-priority",10); queue = ch.queueDeclare("my-priority-queue", true, false, false,headers); So, You can use the...

Sheetal, I use the code in the single-thread, and don't developed the synchronization. If You show me example of using your queue model, I can say about of possibility using...

For multi-threading You must to use the one connection for each thread. So You have one internal implementation of AMQP class for each thread.