You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using StackExchange.Redis.Exstenssions.core with conn pool
my application is traffic is about 200K calls every 5 minutes coming from 12 servers
~55 calls a second from each server.
i am doing 2 basic things : cache health every 5 second and applicative actions on the cache.
It does not matter - every think i am doing ( with conn pool with thread pool and withet 0 i am getting timeout from the client and it is not reaching Redis ( slowlog is quiet empty )
I tried to increase conn pool to 50-100 - didnt help
tried to increase thread pool to 50-100 it took a lot CPU of the server -reach 100% and didnt work.
@Ohad29 thanks for your feedback. Unfortunately the connection poll is not the solution for all the timeout problems. There are several reason why you could have a timeout (see here.
I manage more than 100 rps with a pool with just 2 connections, it depends what you put on redis, the serialization, the thread pool and so on.
It's difficult to find a solution with these information.
Hi all,
I am using StackExchange.Redis.Exstenssions.core with conn pool
my application is traffic is about 200K calls every 5 minutes coming from 12 servers
~55 calls a second from each server.
i am doing 2 basic things : cache health every 5 second and applicative actions on the cache.
It does not matter - every think i am doing ( with conn pool with thread pool and withet 0 i am getting timeout from the client and it is not reaching Redis ( slowlog is quiet empty )
I tried to increase conn pool to 50-100 - didnt help
tried to increase thread pool to 50-100 it took a lot CPU of the server -reach 100% and didnt work.
few examples
The text was updated successfully, but these errors were encountered: