1.

What Are Blocking & Non-blocking Activities?

Answer»

Depending on WHETHER an activity run on its own PRIVATE thread or engine thread when it is waiting on an event or when it executed sleep command, can be classified as Blocking & Non-Blocking. Blocking Activities are those which runs on Engine Thread always and Non-Blocking Activities are those which runs on Engine Thread when it’s ready EXECUTE else it will run on Private Thread.

Depending on whether an activity run on its own private thread or engine thread when it is waiting on an event or when it executed sleep command, can be classified as Blocking & Non-Blocking. Blocking Activities are those which runs on Engine Thread always and Non-Blocking Activities are those which runs on Engine Thread when it’s ready execute else it will run on Private Thread.



Discussion

No Comment Found