shogo82148 / Redis-Fast

fast perl binding for Redis database
https://metacpan.org/release/Redis-Fast
Other
25 stars 21 forks source link

suboptimal CPU usage #30

Open abunimeh opened 9 years ago

abunimeh commented 9 years ago

On a multi CPU/Core system Redis::Fast uses 65% of CPU1 and redis-server uses 35% of the same CPU.

Using other clients: Client(Z) uses 100% of CPU(X) and redis-server uses 40% to 60% of CPU(Y)

Why does Redis::Fast use the same CPU core redis-server is using?