Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Use sendfile (2) where available #26

Open
koenw opened this issue Dec 6, 2018 · 0 comments
Open

Use sendfile (2) where available #26

koenw opened this issue Dec 6, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@koenw
Copy link
Owner

koenw commented Dec 6, 2018

By using the sendfile() system call we can avoid a copy of the data through user space when sending and receiving files, which will be a lot faster and more light weight.

I want to see if we can setup testing on Windows in Travis (for example) first, just to be sure we won't depend on sendfile() being there.

@koenw koenw added enhancement New feature or request good first issue Good for newcomers labels Dec 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant