Redis – Execute certain background Tasks in separate ThreadPool to avoid starvation to critical Tasks executed in main thread
Execute certain background Tasks (not threads) in separate ThreadPool to avoid starvation to critical Tasks (not threads) executed in main thread Our Scenario We host a high-volume WCF web service, which logically has the following code: void WcfApiMethod() { //…