Re: svn commit: r890738 - /tomcat/jk/trunk/native/common/jk_util.c

2009-12-15 Thread Mladen Turk
On 12/15/2009 02:12 PM, Rainer Jung wrote: Why is that better? Uses significant bits out of pthread pointer. I'm concerned, that it breaks thread id's as logged by other components. For instance on Solaris I think the thread id logged by mod_jk is the same as by httpd when using %{tid}P in t

Re: svn commit: r890738 - /tomcat/jk/trunk/native/common/jk_util.c

2009-12-15 Thread Rainer Jung
Hi Mladen, On 15.12.2009 11:14, mt...@apache.org wrote: Author: mturk Date: Tue Dec 15 10:14:28 2009 New Revision: 890738 URL: http://svn.apache.org/viewvc?rev=890738&view=rev Log: Use better thread id logic. Use 4/8 byte alignment Modified: tomcat/jk/trunk/native/common/jk_util.c Modifi