Use a separate FIFO pair for server requests that don't need to pass a file descriptor. Associate file descriptors with handles on the server side so that we don't need to pass the fd every time the client wants to use it.