You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Loenko (JIRA)" <ji...@apache.org> on 2006/07/11 13:09:30 UTC

[jira] Assigned: (HARMONY-815) [classlib][nio] Refine implConfigureBlocking(boolean) method of DatagramChannel and SocketChannel.

     [ http://issues.apache.org/jira/browse/HARMONY-815?page=all ]

Mikhail Loenko reassigned HARMONY-815:
--------------------------------------

    Assign To: Mikhail Loenko

> [classlib][nio] Refine implConfigureBlocking(boolean) method of DatagramChannel and SocketChannel.
> --------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-815
>          URL: http://issues.apache.org/jira/browse/HARMONY-815
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Andrew Zhang
>     Assignee: Mikhail Loenko
>  Attachments: nio.diff
>
> Currently, Harmony DatagramChannel.implConfigureBlocking(boolean) does nothing. 
> It doesn't cause any problem of read operation because Harmony uses select+blocking read to ensure nonblocking reading.
> But it affects write operations, although it is difficult to test the difference between blocking write and blocking write.
> Another defect is introduced by portlib bug. As discussed on mailing list[1], connect_with_timeout always changes the fd to blocking mode after invocation. 
> I'll upload a patch to fix these problems. 
> Thanks!
> Best regards,
> Andrew

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira