tools icon indicating copy to clipboard operation
tools copied to clipboard

Does dart io use sendfile on linux?

Open momadvisor opened this issue 7 months ago • 1 comments

Does dart io (or http server) serve static files with zero copy sysyem calls(sendfile)?

momadvisor avatar Sep 01 '25 08:09 momadvisor

Not sure what this is a question for. It's probably not for package:io, it doesn't contain any HTTP code.

If it's package:http, that would be https://github.com/dart-lang/http/

If it's for dart:io, the answer is probably "no".

lrhn avatar Nov 24 '25 18:11 lrhn