> Notably running out of file descriptors ! I have implemented a > ConnectionThrottleFilter which closes sessions that are identified as > illegal, which is working well, but doesn't solve the file descriptor issue.
If you use linux this can be fixed as root with the 'ulimit' command. Bogdan
