[rabbitmq-discuss] async thread pool
Ben Hood
0x6e6562 at gmail.com
Wed Sep 24 12:12:37 BST 2008
Aman,
On Wed, Sep 24, 2008 at 5:53 AM, Aman Gupta <rabbitmq at tmm1.net> wrote:
> +A size:
> Sets the number of threads in async thread pool, valid range is
> 0-1024. Default is 0.
>
> The default is 0, why does rabbit use 30?
Having more than 0 lets you do IO in parallel (socket IO, mnesia,
journalling, logging). But why 30? I think it's just a just a number
that you can calibrate for your own system.
HTH,
Ben
More information about the rabbitmq-discuss
mailing list