https://bz.apache.org/bugzilla/show_bug.cgi?id=59797

--- Comment #5 from Mark Thomas <ma...@apache.org> ---
Just adding some notes...

Fixing it in Tomcat means an additional native call (relatively slow) for every
call to clean the current thread.

Fixing it in native means a call to clean after every read or write which is
far more often than necessary any may cause contention for the hash write lock.

Fixing it in the thread pool is good in that the calls to clean are minimized.
But this excludes calls from non-container threads.

The problem goes away with OpenSSL 1.1.0 but that is not stable yet and
probably won't be designated an LTS release.

Given how invasive the fixes look to be, I think Id prefer to think about this
some more to see if a cleaner fix can be found.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to