Alan Williamson wrote:
>>> [root_at_munich]# netstat -an | grep 80 | wc -l
>>> 199
>>>
>>
>> In what state are they? CLOSE_WAIT ? Hopefully not as this is the leak
>> cause.
>
> vast majority in TIME_WAIT
So far this is good. It means there is no socket leaks. So there is
probably files that aren't closed properly (like you guessed)...
A+
-- jeanfrancois
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>