Multi Threading through Worker with synchronization

2 messages - 1318 views

Hi All !

    I want to use worker in a very synchronized way for handling various tasks in the same time. Can any body tell me How to have more interactivity through Worker and WorkerTask ?

    Thanking You in Advance.

 

Hi,

WorkerTask are executing serialy, in this case if your actions a done only in those task there no problem of synchronization.

But it's right that it's not realy in the same time. What sort of task do you want to do in the same time ?