Re: HttpCore NIO: "Status Code May Not Be Negative"

2009-07-01 Thread Chas Williams
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

HttpCore NIO: "Status Code May Not Be Negative"

2009-06-30 Thread Chas Williams
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

Re: NIO -- duplicate callbacks?

2009-05-04 Thread Chas Williams
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

NIO -- duplicate callbacks?

2009-04-22 Thread Chas Williams
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

HttpCore NIO extensions -- SessionRequestCallback vs. EventListener?

2009-01-14 Thread Chas Williams
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

Re: "I/O dispatch worker terminated abnormally"

2009-01-14 Thread Chas Williams
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

"I/O dispatch worker terminated abnormally"

2009-01-13 Thread Chas Williams
'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