Performance of APR vs. JSSE
We recently enabled SSL connections to our TeamCity server using the JSSE libraries, but I have heard that APR libraries can offer better performance. We have a couple of tools that query information from the REST API quite a lot, so good performance is quite important.
How much faster is APR than JSSE, roughly? Does anyone have any experience with switching between the two, are there any big gotchas?
Please sign in to leave a comment.
Hi,
This question is not directly related to TeamCity. So we would recommend to ask Tomcat community.
Whereas here is a good answer on stackoverflow.