Multi-Threading in FlightGear
Jump to navigation
Jump to search
| Multithreading |
|---|
Different components of FlightGear support multi-threading.
Checking Multi-Thread Status
On Windows, you can use the Process Explorer. On Linux, you can run ps -T -o pid,tid,comm,stat,psr,pcpu,pmem,wchan,cmd -p $(pgrep -d, fgfs).
Components
Scripting (Nasal)
|
|
OpenSceneGraph
|
|
OSG threading support can be enabled by using the --prop:/sim/rendering/multithreading-mode=... parameter.
Canvas
|
|