Re: Further BigInteger performance improvements

2009-06-07 Thread Florian Weimer
* Alan Eliasen: > Florian Weimer wrote: >> To provide some more background, most of us probably worry about >> BigInteger performance in the 512 to 2048 bit range because that's the >> range used for RSA cryptography (assuming that Java uses the Chinese >> Reminder Theorem optimization for private

RMI stuck on network disconnection

2009-06-07 Thread Guy Korland
Hi, I found out that an RMI call might never return on network disconnection and will not throw RemoteException as expected. The scenario is very simple: 1. Find a remote stub (the stub should be behind a router). 2. Physically disconnect the server from the LAN. 3. Invoke a method from the clien