Hi,
I am afraid that with a simple java program that performs very fast socket
open/reset james can crash, which would be a serious bug.
You haven't told us about your environment. On Java Production Servers under Linux with many open sockets I usually have to change the nofile Parameter in security.conf like this:
*               hard    nofile  100000

This is because every socket counts as an open file and the default (1024) is pretty low for such situations.

hth,
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to