hello community,
as far as you know is it possible for Uniface to run asyncronous instances of a proc at the same time? I have a proc that does something for, lets say, 600 records of a SQL table, and this work takes a lot of time: i was wondering if I can run simultaneously first 200 records in one thread, 200 in another, 200 in another one. At the same time.
I can do this by running 3 separate uniface.exe command lines but that's very tricky and can be done only in server behaviors with no interaction at all.
In my mind there should be something named like "CALL/ASYNC procname" that executes (with no return values?) some proc
Have you ever faced this thing, or there is something I don't know that can be used for this purpose?
thank you




