Results 66 comments of Sergey

To approve my words about PclZip oldness there's results of some benchmark. I took few popular projects on Github as zip-archives and few my archives and tested full extraction with...

Ok, then this issue can be closed.

I think that's really important functionality

Is there any chance for support 3.0?

It happend on v3.7.9.0 and v3.7.7.0

Gonna try today and report. But when I upgraded to 3.7.9.0 I tried it and the problem was there. After that I created this issue

Example: SQL: ```sql CREATE TABLE IF NOT EXISTS `migration` ( `type` varchar(25) NOT NULL, `name` varchar(50 ) NOT NULL, `migration` varchar(100) NOT NULL DEFAULT \'\' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE...

> That is expected from queue but we may, indeed, state it more clearly. Sorry, but rabbit-driven queue do it in parallel. Inconsistent After all, In docs there is example...

It would be good to clarify which drivers can handle few consumers

> > It would be good to clarify which drivers can handle few consumers > > AFAIK all (except `sync`) drivers should support this. How do your run these multiple...