On Fri, 25 Mar 2016 at 16:35 Nils Goroll <[email protected]> wrote: > > is there a particular reason for pipe mode not using sendfile half the > number of > syscalls required and avoid copying to/from a userspace buffer? >
sendfile() requires the in_fd to be an fd supporting mmap-like operations, ie no network sockets. Martin
_______________________________________________ varnish-dev mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev
