its not under load YET, but so far:
[root_at_munich]# netstat -an | grep 80 | wc -l
199
[root_at_munich]# /usr/java/default/bin/java -version
java version "1.6.0_04"
Java(TM) SE Runtime Environment (build 1.6.0_04-b12)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
Jeanfrancois Arcand wrote:
> Alan Williamson wrote:
>> but under Linux, isn't the "too many files" handles apply to sockets
>> as well as files? i am sure i read that on the t'internet!
>
> Yes. Can you do a netstat -an | grep <<port>> when that happens? Which
> JDK are you using? Those issues are sometimes created by the JDK...
>