You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2007/08/05 14:09:52 UTC

[jira] Resolved: (HTTPCORE-108) DefaultListeningIOReactor does not provide access to the ServerSocketChannel nor to the bound socket

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

Oleg Kalnichevski resolved HTTPCORE-108.
----------------------------------------

    Resolution: Fixed

Alexander,
I committed a slightly different version of the patch. Please re-test your application against SVN trunk and re-open the issue if the problem still persists.

Oleg

> DefaultListeningIOReactor does not provide access to the ServerSocketChannel nor to the bound socket
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HTTPCORE-108
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-108
>             Project: HttpComponents Core
>          Issue Type: Bug
>          Components: HttpCore NIO
>    Affects Versions: 4.0-alpha5
>         Environment: any
>            Reporter: Alexander Veit
>            Assignee: Oleg Kalnichevski
>            Priority: Blocker
>             Fix For: 4.0-alpha6
>
>         Attachments: listening-ioreactor.patch
>
>
> DefaultListeningIOReactor does not provide access to the ServerSocketChannel nor to the bound socket.
> org.apache.http.impl.nio.reactor.DefaultListeningIOReactor#listen(SocketAddress) opens a ServerSocketChannel and bind to the given address. However there is no way to free the allocated system resources. They are being used unti the Java VM terminates.
> This leads to problems in all circumstances where the listener should be restarted within the same VM.

-- 
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: httpcomponents-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org