Greg Zapp
Greg Zapp
Has this issue been played out? We are running into threads blocking because a response is not coming back from the session state provider. Due to a bug this was...
Hmm, the oldest Nuget package available through the package explorer is 3.9.29 . You wouldn't happen to know how to get a hold of 3.8.3 without building from source?
Still getting the hangs. Once the threads lock up all the traffic turns into this: 1392072383.569702 "HGETALL" "InnerProvider/vaq43jyhiru0sef0i2z3kost" 1392072383.571567 "UNWATCH" 1392072383.573037 "WATCH" "InnerProvider/juns3nwigyegjpyhbqd4g4ch" 1392072383.574505 "HGETALL" "InnerProvider/juns3nwigyegjpyhbqd4g4ch" 1392072383.598808 "UNWATCH" 1392072383.600329 "WATCH"...
The analysis is a lot different with the debug build. I have a lot of threads waiting for information from the server. This particular thread is also holding a lock...
Well, my application is hanging and I'm seeing similar output to the OP. Every time the application hangs most of my threads are waiting on data from Redis.. I was...
Hi guys. I _believe_ I have resolved my issue of the threads waiting for data from Redis. Apparently this application/client combination is creating about 5+ connections to the Redis server...
Unfortunately I don't have direct control over the instantiation ATM. The software I'm deploying wraps the provider and passes the config through. I am specifying "pooled" for the clientType though.....
Need to test further(much futher) but this appears to be much more stable for me.
@TheCloudlessSky Hi, I'm testing with gatling and a simulation of 100 concurrent users. I'm very happy with the results so far. Max connections are around 60 now and I have...
Hi! Thanks for such a fast response. I'll give the "name" value a go and see if it comes through(this is an internal provider to the one supplied by the...