Re: SSHD-13: Avoid SecureRandom.generateSeed on every SSH connection

2009-02-06 Thread Guillaume Nodet
Actually, I don't think we need more than one PRNG for the whole server. I will add a wrapper around the random factories to use a single instance of the PRNG instead of creating a new one each time, as it seems quite expensive. Wrt to performances, I guess one way to improve perfs would be to

Re: Using APR transport - Porting Time Server example

2009-02-06 Thread jean-frederic clere
Ashish wrote: Was playing around with APR transport API, and had ported Time server example to use APR transport Just has to do two things 1. download tcnative DLL (using W$). Downloaded from (http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.16/binaries/win32/tcnative-1.dll) and