Why is it better to use multi-threading polling then single threading model?



Why is it better to use multi-threading polling then single threading model?..

Answer / Harphool Jat

Using multi-threading polling instead of a single-threaded model can improve the responsiveness and efficiency of an embedded system. In the single-threaded model, the system must wait for one task to complete before starting another, which can lead to delays and reduced overall performance. By using multiple threads, each handling different tasks concurrently, the system can more effectively manage its resources and respond to external events in a timely manner.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Embedded Systems AllOther Interview Questions

Explain the concept of separation of concerns?

1 Answers  


How to reduce interrupt latency?

1 Answers  


Tell me how to create a child process in linux?

1 Answers  


Whose blogs or podcasts do you follow? Do you blog or podcast?

1 Answers  


Who are the gang of four? Why should you care?

1 Answers  


Explain the difference between "set" logic, and "procedural" logic.

1 Answers  


What software languages have you used to design, develop, and debug software application interfaces?

0 Answers  


Please explain what is semaphore?

1 Answers  


What is the order of calling for the constructors and destructors in case of objects of inherited classes?

1 Answers  


what is embedded system in a computer system?

1 Answers  


What are the differences between stateless and stateful systems, and impacts of state on parallelism.

1 Answers  


Explain how does combination of functions reduce memory requirements in embedded systems?

1 Answers  


Categories