“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”
Maximum use of multiple treads will be made when there is more than one processor in the box.
However, on a single processor box the response time for each of the users may be better even if the overall throughput stays the same (will actually decrease slightly due to the processing time necessary to manage the threads)
Web Servers are typically capable of serving multiple clients concurrently, this is achieved using Multi Threading
Maximum use of multiple treads will be made when there is more than one processor in the box.
However, on a single processor box the response time for each of the users may be better even if the overall throughput stays the same (will actually decrease slightly due to the processing time necessary to manage the threads)
Leave an Answer/Comment