Re: svn commit: r1750514 - in /tomcat/native/trunk: native/src/ssl.c xdocs/miscellaneous/changelog.xml

2016-06-28 Thread Mark Thomas
On 28/06/2016 15:54, jean-frederic clere wrote: > On 06/28/2016 04:05 PM, ma...@apache.org wrote: >> + Correct a potential performance problem identified by Nate Clark due >> to >> + Tomcat Native providing OpenSSL with thread identifiers poorly suited >> to >> + the hash function

Re: svn commit: r1750514 - in /tomcat/native/trunk: native/src/ssl.c xdocs/miscellaneous/changelog.xml

2016-06-28 Thread jean-frederic clere
On 06/28/2016 04:05 PM, ma...@apache.org wrote: > + Correct a potential performance problem identified by Nate Clark due to > + Tomcat Native providing OpenSSL with thread identifiers poorly suited > to > + the hash function used by OpenSSL when selecting a bucket for the hash > +

svn commit: r1750514 - in /tomcat/native/trunk: native/src/ssl.c xdocs/miscellaneous/changelog.xml

2016-06-28 Thread markt
Author: markt Date: Tue Jun 28 14:05:49 2016 New Revision: 1750514 URL: http://svn.apache.org/viewvc?rev=1750514=rev Log: Correct a potential performance problem identified by Nate Clark due to Tomcat Native providing OpenSSL with thread identifiers poorly suited to the hash function used by