On Fri, 5 Nov 1999, Stuart Lynne wrote:
> For example if you have:
>
> - a single message to 50000 addresses
> - max_parallel set to 100
> - 10 queue runners
>
> You would end up with up to 1000 processes delivering the message.
No, only 100, because only one queue runner can work on a message at
once. If you want more parellism than that, you need to split the
message up into multiple messages.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.
Government Policy: If it ain't broke, fix it till it is.