Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
1k views

MySQL 5.6 Semaphore Contention row0purge.cc dict0dict.cc

Server Details MySQL 5.6.22 256GB RAM 4TB SSD 32 Core Background Information There is a delete process which does about 3 deletes per second. 2-3k QPS per second. Mostly SELECTs. No long running ...
MYoussef's user avatar
0 votes
0 answers
82 views

Is it better to have Custom Thread Pool in .NET using one AutoResetEvent per Thread or one Semaphore across all the threads?

First of all my apologies for a verbose request. I have an infrastructure with a number threads that each wait on their on WaitHandle (AutoResetEvent) till an activity is queued to it. I am thinking ...
Swami PR's user avatar
  • 881