The question according to Google translate:
==========================================================================
Please tell me, is the following concept correct?
PowerBuilder 8:
1. If executed on a multi-core CPU, some instruction actions will be executed simultaneously on the multi-core execution
2. Single thread
3. 32-bit AP
PowerBuilder 11.5:
1. If executed on a multi-core CPU, some instruction actions will be executed simultaneously on the multi-core execution
2. Multi-threading
3. 32-bit AP
PowerBuilder 2021:
1. If executed on a multi-core CPU, some instruction actions will be executed simultaneously on the multi-core execution
2. Multi-threading
3. 64-bit AP
==========================================================================
My answer:
PowerBuilder is single threaded unless you use shared objects to implement multithreading. According to the techno-kitten history of PowerBuilder changes, shared objects were added in PowerBuilder 6, so that version and later should be able to do it.
https://community.appeon.com/index.php/qna/q-a/multi-threading-in-powerbuilder