On Wed, 2010-11-17 at 18:06 +0000, ma...@apache.org wrote: > Author: markt > Date: Wed Nov 17 18:06:20 2010 > New Revision: 1036150 > > URL: http://svn.apache.org/viewvc?rev=1036150&view=rev > Log: > Add recent performance improvements to changelog
Ok. So we have two queues that can essentially grow up to the thread count, right ?. You have chosen to not use thread locals though (they would most likely perform better, at the cost of more memory). Any testing ? Another question: is it safe on all platforms to concurrently read uramdom from a single process ? I suppose it is probably safe, but do we know for sure ? Rémy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org