ywkaras commented on a change in pull request #7452:
URL: https://github.com/apache/trafficserver/pull/7452#discussion_r574210143
##########
File path: include/tscore/OneWriterMultiReader.h
##########
@@ -0,0 +1,225 @@
+/** @file
+
Review comment:
An important point to keep in mind is that, in my testing, I used a tag
regex that didn't match any tag. So the 10% drop in throughput did not include
the overhead of any actual output. Running in production with a regex like
"http|dns" would result in a much bigger drop in throughput than 10%.
Debugging could only be turned on in production with a regex that enabled a
small amount of debug output.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]