04-06-2023, 07:37 PM
just a thought. One of my programs runs with 4 windows open. Different programs run in all 4. They share the burden. A shared 'random' file communicates with each other. Thus, all 4 windows run on separate threads, which are distributed by windows, and with very good performance. With this multi-window solution, it is possible to work on tasks in parallel at the same time.