Sockets not closed with restlet dev

2008-07-29 Thread Rémi Dewitte
Hello, I have not been able to investigate very long but I think there is a bug in the NRE http connector. It does not closes well network sockets. You end up having too many files opened exception from java. Using java 1.6.0_07 on linux redhat and fedora. Using lsof you have a new line as such

Re: Sockets not closed with restlet dev

2008-07-29 Thread Kevin Conaway
Hi Remi Can you run netstat to show what state the sockets are in? If they are in TIME_WAIT, they will eventually get recollected by the server. Otherwise, are you consuming and closing the request/response entities? Kevin On Tue, Jul 29, 2008 at 10:43 AM, Rémi Dewitte [EMAIL PROTECTED]wrote: