• I had the same issue on a server that was receiving a huge number of very fast queries. The issue is that there was 1 or 2 queries that did tables scans and hogged a CPU until it finished. Once I created proper indexes for the query the Signal waits reduced to near normal % and the throughput increased by over 10%.