Harjo
November 29, 2004, 8:38pm
1
Hi, is it possible in the future to start a method, in another thread?
I now have a method which sends over 10.000 emails per month, which is not a high performance job for the processor, but a time consuming one.
It would be nice, if I could start the method in another thread, so I could work further in my same solution, without opening another session!
Is this somewhere on the whislist?
Has multi-threading functionality been implemented in Servoy? This would be a huge benefit!!!
Ui! That’s gonna be wild. Two threads accessing records in a foundset etc. Let’s all hope you all know what your threads are doing
in 5.1 we will be introducing the headless client plugin where you can order it to just process the 10K emails on the server
which is a way better thing to do then do that in a client.