Re: release() method - doesn't appear to release connections?

2008-08-12 Thread Eric Lui
Restlet's Client() class to handle connections using the Request/Response framework. On Tue, Aug 12, 2008 at 1:06 PM, Kevin Conaway <[EMAIL PROTECTED]>wrote: > I thought you said that using httpclient+simple resolved the problem? > > > On Tue, Aug 12, 2008 at 12:56 PM, Eri

Re: release() method - doesn't appear to release connections?

2008-08-12 Thread Eric Lui
on, Aug 11, 2008 at 4:42 PM, Kevin Conaway <[EMAIL PROTECTED]>wrote: > Can you post a thread dump of the system when the code is blocked? > > Which client + server connectors were you using when this issue occurred? > > > On Wed, Aug 6, 2008 at 10:41 PM, Eric Lui <[EMAIL P

Re: release() method - doesn't appear to release connections?

2008-08-11 Thread Eric Lui
#x27;ve added your report in the comments of this bug report so it doesn't get > lost: > > "Too many open files -> close socket in StreamServerHelper?" > http://restlet.tigris.org/issues/show_bug.cgi?id=514 > > Best regards, > Jerome > > > ---

Re: release() method - doesn't appear to release connections?

2008-08-11 Thread Eric Lui
#x27;ve added your report in the comments of this bug report so it doesn't get > lost: > > "Too many open files -> close socket in StreamServerHelper?" > http://restlet.tigris.org/issues/show_bug.cgi?id=514 > > Best regards, > Jerome > > > ---

release() method - doesn't appear to release connections?

2008-08-06 Thread Eric Lui
I'm new to the world of Restlet, but i'm finding it a really expressive framework. I have an application which sends POST requests to a Restlet server using the Restlet Client library, using threads for each POST request. Upon sending the third request, the thread will block indefinitely. It see