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 |
Explain the concept of separation of concerns?
How to reduce interrupt latency?
Tell me how to create a child process in linux?
Whose blogs or podcasts do you follow? Do you blog or podcast?
Who are the gang of four? Why should you care?
Explain the difference between "set" logic, and "procedural" logic.
What software languages have you used to design, develop, and debug software application interfaces?
Please explain what is semaphore?
What is the order of calling for the constructors and destructors in case of objects of inherited classes?
what is embedded system in a computer system?
What are the differences between stateless and stateful systems, and impacts of state on parallelism.
Explain how does combination of functions reduce memory requirements in embedded systems?