On 3 Jun 2015, at 21:52, Nick Thomas <[email protected]> wrote: > We've got an NBD server ("flexnbd") that does > thread-per-client-connection in a fairly nasty way. I can't say I can > recommend it particularly, but that might just be because we didn't do > it very well. Our use case generally only has a single client connected > to each server process at any one time anyhow, so it's all a bit > gratuitous.
The objective would be to support multiple in-flight requests from the same client. Supporting single inflight requests from multiple clients is rather more easily done with fork()! -- Alex Bligh ------------------------------------------------------------------------------ _______________________________________________ Nbd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nbd-general
