Thread Pools: Benefits of using Thread Pools
WebServers generally provide multithreading. Whenever the server receives the request, it creates a separate thread to serve a request. As The creation of thread is more reliable, feasible, and superior to create a process. Creating a separ