adspace
Tell me why is it better to use multi-threading polling then single threading model?
Answer Posted / 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 View All Answers
Tell me about some of your hobby projects that you've written in your off time.
What is your experience with qa engineering?
What software languages have you used to design, develop, and debug software application interfaces?
Would you call yourself a craftsman (craftsperson) and what does that word mean to you?
Are you still writing code? Do you love it?