Improving fget() performance
Improving fget() performance
Posted May 7, 2019 16:55 UTC (Tue) by rweikusat2 (subscriber, #117920)In reply to: Improving fget() performance by roc
Parent article: Improving fget() performance
As usual, there's no need to break working code. Threads of control may run in a shared address space without sharing a file descriptor table. Granted, this means explicit file descriptor passing would have to be used to bounce jobs among threads for the joy of delay but as people who do that obviously don't have any performance requirements (the c10k page is really old by now), this shouldn't matter.
