Name two situations other than a Web or database server for which thread pooling may be useful.
What will be an ideal response?
One possibility is an airline reservation system. An airline reservation system performs transactions such as searching flight availability and reserving seats. Each transaction can be processed by a separate thread. Because an airline reservation system for a large organization is likely to perform vast numbers of transactions per minute, it would be inefficient to create a new thread for each transaction.Therefore, thread pooling is an effective solution.
You might also like to view...
In MLA style, a(n) ________ indent requires that each paragraph begins 0.5" over to the right compared to the rest of the paragraph
Fill in the blank(s) with correct word
Which of the following CAN be exported from an Access database into an Excel worksheet?
A) report B) query C) module D) macro