Page 1 of 1

multi-threading

PostPosted: Mon Nov 29, 2004 10:38 pm
by Harjo
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?

Re: multi-threading

PostPosted: Fri Dec 04, 2009 4:13 pm
by jwservoy
Has multi-threading functionality been implemented in Servoy? This would be a huge benefit!!!!

Re: multi-threading

PostPosted: Fri Dec 04, 2009 4:15 pm
by patrick
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 :-)

Re: multi-threading

PostPosted: Mon Dec 07, 2009 3:52 pm
by jcompagner
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.