> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.0.28 and /dev/urandom > > Yeah, if you are using Linux, the /dev/urandom device > sometimes stalls.
Actually, /dev/urandom is defined never to block, but the JRE doesn't use it. If either file:/dev/random or file:/dev/urandom is configured as the securerandom.source in java.security, the URLSeedGenerator class (inside sun/security/provider/SeedGenerator.java) uses /dev/random, which can block. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]