Re: Out of memory using ThrottlingHttpClientHandler

2008-06-06 Thread Oleg Kalnichevski
On Fri, 2008-06-06 at 13:35 +0800, maomaode wrote: Hi, I've filed the issue https://issues.apache.org/jira/browse/HTTPCORE-162 Testcase patch attached, also paste the stacktrace Some other questions, In the NIO client sample, ioReactor.connect( new

Out of memory using ThrottlingHttpClientHandler

2008-06-03 Thread maomaode
Hi, I'm hitting a Out Of Memory error when using ThrottlingHttpClientHandler http://hc.apache.org/httpcomponents-core/httpcore-nio/apidocs/org/apache/http/nio/protocol/ThrottlingHttpClientHandler.html I gave a Executors.|*newCachedThreadPool cid:part1.01010308.04040401@gmail.com*(), should

Re: Out of memory using ThrottlingHttpClientHandler

2008-06-03 Thread Oleg Kalnichevski
On Tue, 2008-06-03 at 20:48 +0800, maomaode wrote: Hi, I'm hitting a Out Of Memory error when using ThrottlingHttpClientHandler http://hc.apache.org/httpcomponents-core/httpcore-nio/apidocs/org/apache/http/nio/protocol/ThrottlingHttpClientHandler.html I gave a

Re: Out of memory using ThrottlingHttpClientHandler

2008-06-03 Thread maomaode
Hi Oleg, Thanks for the valuable information. I would love to create a testcase for it. I'm already a commiter of Apache CXF, can I check in the code directly into the httpclient? or provide a patch? Thanks, James On Tue, 2008-06-03 at 21:42 +0800, maomaode wrote: Hi Oleg, Thanks