Comment by mixmastamyk
Comment by mixmastamyk 4 days ago
Yes, I’d add that not merely “raw html” but a file on disk can be served directly by Linux without context switches (I forget the syscall), and transferred faster than generation.
Comment by mixmastamyk 4 days ago
Yes, I’d add that not merely “raw html” but a file on disk can be served directly by Linux without context switches (I forget the syscall), and transferred faster than generation.
sendfile? splice? io_uring?