August 4, 20241 yr Author disregard, i think my firewall blocked AaO, therefore it was not able to get Simbrief information 🙂
August 4, 20241 yr As a suggestion to improve performance and avoid potential issues with AAO, you could have AAO call a Python script. The Python script would handle the processing and generate the result. Then, after a short delay, AAO can read the result from a file created by the Python script. This way, the heavy processing is offloaded to Python, keeping AAO running smoothly.
August 4, 20241 yr Commercial Member 44 minutes ago, ezkampf said: As a suggestion to improve performance and avoid potential issues with AAO, you could have AAO call a Python script. The Python script would handle the processing and generate the result. Then, after a short delay, AAO can read the result from a file created by the Python script. This way, the heavy processing is offloaded to Python, keeping AAO running smoothly. Are you certain that AAO performance is affected by the script? When you are using JScript or VBScript, then the processing isn't done by AAO either. It is offloaded to the Windows Scripting Host. So you shouldn't notice it. Only the RPN parser is part of AAO itself - and that is running in its own thread using its own SimConnect client, separate from the joystick/controller "core". As are most of AAOs modules. Edited August 4, 20241 yr by Lorby_SI LORBY-SI
Create an account or sign in to comment