Tell me why is it better to use multi-threading polling then single threading model?



Tell me why is it better to use multi-threading polling then single threading model?..

Answer / Nitish Saxena

Multi-threading polling offers several advantages over the single-threading model in embedded systems. First, it enables concurrent execution of multiple tasks, improving overall system responsiveness and efficiency. Second, it allows for better resource management, as each thread can handle a specific task or set of tasks. Lastly, multi-threading can help reduce latency by allowing tasks to run concurrently without blocking each other.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Embedded Systems AllOther Interview Questions

Explain various uses of timers in embedded system?

1 Answers  


can please tel me faq's asking in interviews on microcontrollers

0 Answers   TCS,


What is the difference between unit test and integration test?

1 Answers  


What value do daily builds, automated testing, and peer reviews add to a project? What disadvantages are there?

1 Answers  


What are the most common errors you've found in embedded systems?

1 Answers  


Tell me what is interrupt latency? How can you reduce it?

1 Answers  


Tell me what are the functional requirements that are used in the embedded systems?

1 Answers  


Tell me what are the 4 types of inheritance relationship?

1 Answers  


Tell me can you have constant volatile variables?

1 Answers  


Infinite loops often arise in embedded systems. How does you code an infinite loop in c?

1 Answers  


How do you identify hardware errors?

1 Answers  


What is the need for an infinite loop in embedded systems?

1 Answers  


Categories