So, does select() work for NFS reads? (IE: I open a file-descriptor
on an NFS mounted file system, and start reading. The network goes
down. Will select() start not marking that file as read/write-able?)
If I set the file descriptor to be O_NONBLOCK, will it return immediately
if the network is down (regardless of what select told me)?
I have the same questions about an iSCSI based file system...
Does anyone have any suggestions for reading material on this topic,
other than kernel source and patches?
Thanks,
Ben
-- Ben Greear <greearb@candelatech.com> <Ben_Greear@excite.com> President of Candela Technologies Inc http://www.candelatech.com ScryMUD: http://scry.wanfear.com http://scry.wanfear.com/~greear - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/