M
Marian Edu
Guest
most probably there is some I/O activity there so not even a cpu is used most of the time (for abl, not .net) but anyway, do you expect the linear program to just magically execute on parallel with no changes to the code? doubt adding threads, locking and synchronization is best addition to a 4gl... some things like guns need to be hidden away and that is for a good reason
what would be nice though is a separate UI thread, same as you can find in Eclipse, so we can gave the choice to run something on background thread (with no UI access for longer running operations, will not block the UI) or in foreground but that will make the UI unresponsive so should be as short as possible.
Continue reading...
Continue reading...