Start task in parallèle
Posted: Mon Jul 09, 2012 4:08 am
Hello,
I wanted to use the use of the call to another spot by
spot.
But I wonder if I made the right choice.
Here is my problem:
I have a task (CommonTask) which is called by other
tasks.
What happens when two tasks called simultaneously
CommonTask?
Or when a task calls CommonTask which is currently
processing of action for another task?
Does CommonTask can run in parallel?
Are the calls are serialized CommonTask?
I feel that sometimes CommonTask is not called.
I wanted to use the use of the call to another spot by
spot.
But I wonder if I made the right choice.
Here is my problem:
I have a task (CommonTask) which is called by other
tasks.
What happens when two tasks called simultaneously
CommonTask?
Or when a task calls CommonTask which is currently
processing of action for another task?
Does CommonTask can run in parallel?
Are the calls are serialized CommonTask?
I feel that sometimes CommonTask is not called.