Computer Science, asked by shumailamalik1070, 4 months ago

threadpool is used to​


yaashish870: The thread pool is primarily used to reduce the number of application threads and provide management of the worker threads.

Answers

Answered by ShadowWk20
0

Answer:

A thread pool reuses previously created threads to execute current tasks and offers a solution to the problem of thread cycle overhead and resource thrashing.

Answered by yaashish870
0

Explanation:

The thread pool is primarily used to reduce the number of application threads and provide management of the worker threads.

Similar questions