Well, that's embarrassing ;). Thanks Oleg.
On Tue, Jun 30, 2009 at 3:22 PM, Oleg Kalnichevski wrote:
> Chas Williams wrote:
>
>> Hi all,
>>
>> I'm having an issue with a long-running piece of web-crawling software
>> built using the HttpCore NIO exten
Hi all,
I'm having an issue with a long-running piece of web-crawling software
built using the HttpCore NIO extensions. Whenever the IOReactor encounters
an http server that (incorrectly) returns a negative status code, the entire
IOReactor shuts down.
I've tried overriding the default
allbacks for logging purposes only.
This appears to have solved my problem. Thanks for your
feedback/help!
Chas
On Thu, Apr 23, 2009 at 1:36 AM, Oleg Kalnichevski wrote:
> On Wed, Apr 22, 2009 at 03:54:47PM -0700, Chas Williams wrote:
> > Hi all,
> >
> > I'm trying to
Hi all,
I'm trying to use the httpcore NIO extensions to implement a large-scale
non-blocking http client. I've done this by implementing the
HttpRequestExecutionHandler interface, and my code is largely based off the
sample client at
http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/m
y. For example, in
my EventListener object, I've seen calls for connectionTimeout followed by
calls to fatalIOException. Is this intended behavior? Is there somewhere I
can look for a more detailed description of these classes?
Thanks much,
Chas Williams
cha...@gmail.com
a bug for it
in JIRA here: https://issues.apache.org/jira/browse/HTTPCORE-180.
Thanks,
Chas
On Tue, Jan 13, 2009 at 3:10 PM, Oleg Kalnichevski wrote:
> Chas Williams wrote:
>
>> Hello,
>>
>>I'm running a high throughput nio http client (essentially a small
've
commented out all of my code to see if it fixes the problem -- it doesn't. I
tried upgrading from the 4.0-beta2 to the 4.0-beta3 release -- this also
does not solve the problem.
Anyone have any ideas what this could be?
Thanks much,
Chas Williams
cha...@gmail.com