Re: endless Too many open files exceptions

2013-06-19 Thread Jerome Louvel
Hi Marc, One constraint for the internal connector is for it to have zero dependency to be part of org.restlet.jar. Maybe we should consider a Rupy extension instead? Otherwise, any help on debugging the remaining issues in Restlet internal connector would be greatly appreciated. Best regards,

RE: endless Too many open files exceptions

2013-06-17 Thread Robert Dodier
Following up on my own message here -- after switching to the Restlet client based on Apache HttpClient, the Too many open files exceptions seemed to have gone away. Hurray! best Robert Dodier --

Re: endless Too many open files exceptions

2013-05-15 Thread Robert Dodier
You should try to use the Jetty or Simple connector extensions instead, they are more stable at this point. OK, thanks for the advice. I don't suppose it makes much difference, but I'm curious to know whether the particular kind of error which I observed is anything which has been observed

endless Too many open files exceptions

2013-05-14 Thread Robert Dodier
Hi, I am working with Restlet 2.1.2, using both client and server code as parts of a larger applications. After working correctly for some time (maybe days), a GET request causes an endless succession of Too many open files exceptions. As it happens, those are being written into a log file (by

Re: endless Too many open files exceptions

2013-05-14 Thread Jerome Louvel
Hi Robert, You should try to use the Jetty or Simple connector extensions instead, they are more stable at this point. Best regards, Jerome -- http://restlet.org http://twitter.com/#!/jlouvel 2013/5/14 Robert Dodier robert.dod...@gmail.com Hi, I am working with Restlet 2.1.2, using both