Kostya M

Results 147 comments of Kostya M

probably `pool_size` is too small, try bigger: https://github.com/stefanwille/crystal-redis/blob/master/src/redis/pooled_client.cr#L29

also what version of crystal-redis, and pool you using? there was recently update in pool related to concurrency. may be added some bugs. try previous version: ```yaml dependencies: redis: github:...

@ysbaddaden ping, probably bug in pool 0.3.0

@hugopl. You should not be affected by https://github.com/ysbaddaden/pool/issues/10, because pool was reverted to stable version `0.2.4` (just not use 0.3.0). Also there is should not be problem with https://github.com/ysbaddaden/pool/issues/2, because...

what if remove timeout at all? and timeout would be handled on user side: ```crystal conn = pool.checkout? unless conn sleep 5.0 conn = pool.checkout? end ``` upd: bad idea,...

what of java vm you mean? scala? i not realy familiar with java world.

i not care really, this is just compare one algorithm between languages, they should implement it similarly, if it not super correct who cares.

in this benchmark is there different programs? may be i ll change to it.

i don't know how to use heroku, We deploy it with `crystal deps` command executed after deploy, it compile and setup all dependencies on target pc.

There is no precompiled versions. Need to wait until https://github.com/lexborisov/Modest would have library installed with aptitude. Or can you compile this file with the same arch and put it on...