I see a problem here. First - sendfile() will take some time
even for a file in memory. Particularly a really big file.
So you'll be blocking for a while,
possibly delaying requests coming in via other network interfaces.
Some other cpu could serve them.
Helge Hafting
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/