> BTW: What do the standards (POSIX et. al.) say about the status of a > read buffer after a interrupted system call? undefined? not Undefined. We've actually used this in network code experiments too where copy to user did the checksum for udp and the packet was discarded on the user copy if bad Alan