Short subjects: Realtime, Futexes, and ntfs3
Short subjects: Realtime, Futexes, and ntfs3
Posted Aug 20, 2021 1:25 UTC (Fri) by NYKevin (subscriber, #129325)In reply to: Short subjects: Realtime, Futexes, and ntfs3 by Cyberax
Parent article: Short subjects: Realtime, Futexes, and ntfs3
(Assume, for the sake of argument, that this is a non-GUI application such as a server, and so you're not just pumping window messages with GetMessage().)
Posted Aug 20, 2021 3:45 UTC (Fri)
by Cyberax (✭ supporter ✭, #52523)
[Link] (2 responses)
> (Assume, for the sake of argument, that this is a non-GUI application such as a server, and so you're not just pumping window messages with GetMessage().)
For server applications you should use either a good old thread-per-connection method or overlapped IO if you want asynchronous processing. WFMO was used in some of Ye Olde Servere Software to wait on large arrays of sockets, but that is roughly from the era when Linux only had select().
Posted Aug 20, 2021 8:07 UTC (Fri)
by njs (subscriber, #40338)
[Link] (1 responses)
Posted Aug 20, 2021 17:09 UTC (Fri)
by Cyberax (✭ supporter ✭, #52523)
[Link]
Short subjects: Realtime, Futexes, and ntfs3
WFMO for the GUI apps :)
Short subjects: Realtime, Futexes, and ntfs3
Short subjects: Realtime, Futexes, and ntfs3