Dan,

I don't think you can rely on the C daemon blocking on open(); it's supposed to err out on non-existing files. It may be better to use the O_NONBLOCK and check the error code in a timed loop.

rex

Dan McGrath wrote:
While the C daemon is blocking at open, the Phantom apparently
successfully opens the pipe and writes to it without error. None of the
error logging code is touched and the logging after is.
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to