SDK MainUpdate: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 September 2023

  • curprev 17:3917:39, 8 September 2023Administrator talk contribs 3,341 bytes +3,341 Created page with "NV:MP game servers run a lot of code that cannot be multi-threaded within its main update. This runs on the application's main thread and iterates finitely until the program is shut down by any means. The main-thread update also dispatches worker threads with jobs that can be run multi-threaded, and it awaits for all jobs to complete before advancing into the next frame. This makes the main thread update very sensitive to the code it runs, as when we constrain the server..." Tag: Visual edit