如题。
如题。
1
Trim21 Oct 26, 2019 默认是线程池吧
|
3
SD10 Oct 26, 2019 via Android 对于任务来说是并行,这就像领导给你们派任务,多个小工一个人领一份工作,同时干,任务多了就在队列里等着分配。
|
4
Trim21 Oct 26, 2019
说错了,默认是进程池(
|
5
ClericPy Oct 26, 2019
很多东西搜一下省多少字
The Celery worker itself does not process any tasks. It spawns child processes (or threads) and deals with all the book keeping stuff. The child processes (or threads) execute the actual tasks. These child processes (or threads) are also known as the execution pool. |
6
SD10 Oct 27, 2019 via Android 上边说错了,应该是并发。
|