[Gambas-bugtracker] Bug #2300: If App has multiple processes, any process.wait inhibits io from all other processes

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sun Jul 4 23:04:28 CEST 2021


http://gambaswiki.org/bugtracker/edit?object=BUG.2300&from=L21haW4-

Comment #4 by Benoît MINISINI:

Yes: having the same behaviour than the EXEC ... WAIT instruction.

The idea is that you usually want to call a fast external process without calling the event loop.

If you want to let the event loop run, you are supposed to run the process in the background and handle its events.




More information about the Bugtracker mailing list