On Wed, 2014-07-30 at 22:43 +0000, Viktor Dukhovni wrote:
> Connection re-use does not prevent concurrency, you'd need a pool
> of connections or parallel submission processes pulling messages
> from the application queue.  Concurrency is more important than
> connection re-use.

Ah, okay. Is default_process_limit the correct setting to be looking at
here? I have it set to the default of 100. The maxproc of the smtp unix
service in master.cf is set to the default.

I notice that maxproc of some other services in master.cf is set to 1 or
0, rather than the default of 100 (eg pickup: 1, cleanup: 0, qmgr: 1).
Is this normal?

> > I'm using Perl's Mail::Transport::SMTP module, which I would need to
> > patch for multiple emails per connection, but am wondering whether it is
> > worth doing do.
> 
> Probably not important...

Great, thanks for the reply.

Andy



Reply via email to