|
|
Log in / Subscribe / Register

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.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds