What is the use of a Thread pool in Java?

前端 未结 7 1964
醉梦人生
醉梦人生 2020-12-04 09:02

What is the use of a Thread pool? Is there a good real world example?

7条回答
  •  渐次进展
    2020-12-04 09:47

    A simple Google search will result in a wealth of information regarding Java thread pools and thread pools in general.

    Here are some helpful links:

    • http://docs.oracle.com/javase/tutorial/essential/concurrency/pools.html

    • http://en.wikipedia.org/wiki/Thread_pool_pattern

提交回复
热议问题