|
Events
|
|
Written by Karel Broer | Saturday, 31 December 2011 16:02
|
|
First of all we like to wish everybody a healthy and happy 2012! On this page you can download ServoyCamp 2011 presentationsheets and watch all sessions by clicking on the Video-link.
We're looking forward to meet you at ServoyWorld 2012 :-)
Please login or register to see the full article |
Comments
I say that anything you schedule runs in it's own thread, which is not entirely true. Sure the scheduler itself runs in it's own thread but the methods it executes will be put in the JS thread and essentially queued behind any already running method.
So yes, you can use the Scheduler plugin to defer a method (so the method you deferred it from can continue and doesn't wait on it or keep referencing it) but it won't be multithreading.
RSS feed for comments to this post.