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...
Alice does not provide predefined array operations.
Answer the following statement true (T) or false (F)
c) Provide the code for a connection-oriented server and client for the counter protocol
This exercise deals with stateful servers that maintain global state information.
COGNITIVE ASSESSMENT Which of the following is NOT an advantage of the database approach?
A. Eliminates redundant data B. Improved data integrity C. Easier access D. Reduced development time
The rightmost octet in a class C IP address identifies the ____________________ address.
What will be an ideal response?