> Because what I am doing is forking and execing a process which is used
> as a data filter. The stdout of the data filter is read by the
> launching programme. The data filter wants to pass a FD "back" to the
> launcher. Creating a Unix socket would be quite messy in this context.
socketpair(AF_UNIX,SOCK_STREAM,0,twofds) is messy?
-- Alex
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu