什么是Reactor(projectreactor.io)积压?

时间:2016-05-06 20:04:17

标签: java spring reactor project-reactor

许多Reactor调度员允许您指定"积压",例如:

SingleThreadDispatcher(int backlog)

ThreadPoolExecutorDispatcher(int poolSize, int backlog)

我发现some documentation说:

reactor.dispatchers.threadPoolExecutor.type = threadPoolExecutor
reactor.dispatchers.threadPoolExecutor.size = 0
# Backlog is how many Task objects to warm up internally
reactor.dispatchers.threadPoolExecutor.backlog = 1024

有人可以帮助我理解这意味着什么,以及什么是合理的价值?

0 个答案:

没有答案
相关问题