[ 
https://issues.apache.org/jira/browse/HTTPCORE-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPCORE-86.
---------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 4.0-beta1)
                   4.0-alpha6

I solved the problem somewhat differently. Instead of restarting failed I/O 
dispatch threads I/O reactors now catch all runtime exceptions thrown by 
protocol handlers and delegate their handling to an optional exception handler. 
The dispatch thread will terminate only if the exception handler is unable to 
handle a particular exception.

Oleg 

> Provide mechanism to re-start I/O worker threads terminated due to a runtime 
> exception
> --------------------------------------------------------------------------------------
>
>                 Key: HTTPCORE-86
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-86
>             Project: HttpComponents Core
>          Issue Type: Improvement
>          Components: HttpCore NIO
>            Reporter: Oleg Kalnichevski
>            Assignee: Oleg Kalnichevski
>             Fix For: 4.0-alpha6
>
>
> Provide mechanism to re-start I/O worker threads terminated due to a runtime 
> exception.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to