Re: [OT] Tomcat 6 does not respond or freeze after startup

2010-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 8/5/2010 8:39 AM, Caldarale, Charles R wrote: >> From: Rainer Jung [mailto:rainer.j...@kippdata.de] >> Subject: Re: Tomcat 6 does not respond or freeze after startup >> >> Did we already see a full thread dump? > > Yes: http://marc.info/?l=

RE: [OT] Tomcat 6 does not respond or freeze after startup

2010-08-05 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: [OT] Tomcat 6 does not respond or freeze after startup > > Yup. I think Microsoft's PRNG is implemented something like this: > > long int random() { > return time() % 2; > } > >

Re: [OT] Tomcat 6 does not respond or freeze after startup

2010-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 8/5/2010 11:54 AM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: [OT] Tomcat 6 does not respond or freeze after startup >> >> Yup. I think Microso

Re: [OT] Tomcat 6 does not respond or freeze after startup

2010-08-05 Thread André Warnier
Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: [OT] Tomcat 6 does not respond or freeze after startup Yup. I think Microsoft's PRNG is implemented something like this: long int random() { return time() % 2; } Super efficient