-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Security
Writing out audit messages is expensive and blocks on a hot path. If we can push our audit messages to a thread safe queue, we can avoid writing out to a log file in the hot path and maybe get a bigger performance win while auditing is enabled.