hi, security vs performance.
<quote> You should be able to select the faster-but-slightly-less-secure /dev/urandom on Linux using: -Djava.security.egd=file:/dev/urandom However, this doesn't work with Java 5 and later (Java Bug 6202721). The suggested work-around is to use: -Djava.security.egd=file:/dev/./urandom </quote> please refer the thread,[1] [1] http://stackoverflow.com/questions/137212/how-to-solve-performance-problem-with-java-securerandom _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
