IPC channel multiplexing: what next?
underlap.org·1d
Flag this post

About three months ago, I posted IPC channel multiplexing: next steps. Since then I’ve taken a complete break from the project to make the most of the summer and to go on holiday. As I consider how to proceed, I think those next steps still make sense, but that’s not the whole story.

The problem: file descriptor consumption

The basic problem the multiplexing prototype is trying to solve is as follows. If an IPC channel endpoint is sent over another IPC channel, when it is received, it consumes a file descriptor (at least on Unix variants). A new file descriptor is consumed even if the same IPC channel endpoint is received m…

Similar Posts

Loading similar posts...