Re: ATS performance degradation when debug output is enabled

2020-11-02 Thread Walt Karas
Note also that the PR included an implementation of read/write locking that avoids writer starvation, which apparently is an issue with std::shared_mutex and pthreads rwlock. On Mon, Nov 2, 2020 at 10:20 AM Walt Karas wrote: > Since this was mentioned during the summit, I just wanted to highligh

ATS performance degradation when debug output is enabled

2020-11-02 Thread Walt Karas
Since this was mentioned during the summit, I just wanted to highlight that there was an issue opened for this, I created a PR, but it was never merged: https://github.com/apache/trafficserver/issues/6150