I enabled gzip in apache2 and started load testing -- I am seeing a lot of keep alives state busy state -- 95% of the web server worker threads are being used at any given time
While CPU is ok, I am assuming the issue is that the compression is making the threads wait longer --
What could be the issue -- where am I going wrong?