Improve Nginx Performance: Direct File Transfers
View on Twitter
💡 A quick tip to boost Nginx performance:
👉🏼 Speed up file transfers by using sendfile() to copy directly between descriptors rather than using read() & write().
💡 A quick tip to boost Nginx performance:
👉🏼 Speed up file transfers by using sendfile() to copy directly between descriptors rather than using read() & write().
Use this FREE security cheatsheet to not miss a step when securing your VPS.
You'll also get tips on building scalable Node.js applications about twice a month. I respect your email privacy. Unsubscribe any time.