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

Anders Wallgren updated HTTPCORE-28:
------------------------------------

    Attachment: DefaultConnectingIOReactor.patch

A quick patch to move the register calls into the same thread as the select.  
It's quick-n-dirty based on the current contents of SVN as 2007-01-23.  Should 
be OK as long as select() after a wakeup() always returns immediately (I think).


> DefaultConnectingIOReactor needs to queue new channels and call register() 
> outside of select()
> ----------------------------------------------------------------------------------------------
>
>                 Key: HTTPCORE-28
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-28
>             Project: HttpComponents Core
>          Issue Type: Bug
>    Affects Versions: 4.0-alpha4
>            Reporter: Anders Wallgren
>             Fix For: 4.0-alpha4
>
>         Attachments: DefaultConnectingIOReactor.patch
>
>
> DefaultConnectingIOReactor.connect() shouldn't call SocketChannel.register() 
> while the Selector.select() is being called.

-- 
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