giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.65k stars 267 forks source link

Investigate non-blocking file I/O on FreeBSD #498

Open giampaolo opened 5 years ago

giampaolo commented 5 years ago

From: https://www.youtube.com/watch?v=KP_bKvXkoC4 At 15:13 Gleb Smirnoff talks about using aio(4) to implement non-blocking file I/O.