On 8/31/06, Henry Jen <[EMAIL PROTECTED]> wrote:
Haven't get a chance to test on other platform, but wondering if this is reasonable to expect. If it is, what do I miss in the testing code?
You should read: http://mail-archives.apache.org/mod_mbox/apr-dev/200608.mbox/[EMAIL PROTECTED] In short, there's no way to portably detect the socket is closed via a poll()-like mechanism. It seems like everyone keeps running into this. Apparently, the only way to know if it is closed is to read() from it - which really sucks. -- justin