Re: [classlib][nio] Modify ServerSocketChannel.implConfigureBlocking() method

2006-07-06 Thread Andrew Zhang
Hi Jimmy In fact, after I raising Harmony-778, 779, I felt a little guilty, and didn't have a good sleep. :) I agree that original implConfigureBlocking is necessary but not sufficient. Original implConfigureBlocking uses ioctl family function to set underlying file descriptor, it's correct.

Re: [classlib][nio] Modify ServerSocketChannel.implConfigureBlocking() method

2006-07-06 Thread Jimmy, Jing Lv
Andrew Zhang wrote: Hello everybody, I changed the subject to make things clear. Jimmy, as you mentioned, "What's more, I find some operations related to network are also written in this way, first select and then read/write/accept/connect, so I guess all implementation in java.nio.channels sha

[classlib][nio] Modify ServerSocketChannel.implConfigureBlocking() method

2006-07-04 Thread Andrew Zhang
Hello everybody, I changed the subject to make things clear. Jimmy, as you mentioned, "What's more, I find some operations related to network are also written in this way, first select and then read/write/accept/connect, so I guess all implementation in java.nio.channels shall remove setNonblock