[ http://issues.apache.org/jira/browse/HARMONY-815?page=comments#action_12442187 ]
Andrew Zhang commented on HARMONY-815:
--------------------------------------
[[ Old comment, sent by email on Fri, 28 Jul 2006 17:17:44 +0800 ]]
Hi Mikhail,
I've updated the patch for this issue. :) Finally I use ErrorCodeException
as the cause of SocketException, and examine the error code in java code.
Would you please have a look at the issue? Thank you very much!
Best regards,
--
Andrew Zhang
China Software Development Lab, IBM
> [classlib][nio] Refine implConfigureBlocking(boolean) method of DatagramChannel and SocketChannel.
> --------------------------------------------------------------------------------------------------
>
> Key: HARMONY-815
> URL: http://issues.apache.org/jira/browse/HARMONY-815
> Project: Harmony
> Issue Type: Improvement
> Components: Classlib
> Reporter: Andrew Zhang
> Assigned To: Mikhail Loenko
> Attachments: Harmony-815.zip, 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
|