On Wed, Aug 25, 2010 at 1:53 PM, Michael Radziej <[email protected]> wrote: > we use the lib in flow-tools for some other programs. One of these also > forks off children and uses a signal handler to keep track of them. Now, > when calling ftio_read(), it can happen that the read() gets interrupted by > the signal handler, so that read() returns with errno == EINTR.
If mmap is possible, then ftio_read doesn't call read. But if it does, you're right, it will fail spectacularly. Feel free to send me a patch against http://gitorious.org/flow-tools/mainline/commits/b0.68.5, for example. -- This message represents the official view of the voices in my head _______________________________________________ Flow-tools mailing list [email protected] http://mailman.splintered.net/mailman/listinfo/flow-tools
