craff / simple_httpd

A library to write web server and site
https://raffalli.eu/simple_httpd/simple_httpd
23 stars 1 forks source link

Use sendfile and ramdisk for file cache #1

Closed craff closed 1 year ago

craff commented 1 year ago

Currently the file cache seems slow (compared to nginx serving large file). Probably using a ramdisk and sendfile would be much faster?

craff commented 1 year ago

Done!