Dear Ti,
1.We will create 10 task with different time interval (50ms,100ms,200ms,500ms...etc)and all the tasks variable will be shared between all tasks.So can you suggest which one is better Semaphore(Mutex) or message queue.
2.What is the difference between message queue and semaphore(Mutex)
3.Or else can you suggest us the better method.please guide