John Dennis wrote:
>
>If your MTA can only handle one, or a small number of client connections
>then each connection will be busy handling SMTP_MAX_RCPTS and other
>client connections will queue up. If you have 4,000 recipients then you
>have the potential to tie up 8 SMTP client connections.


I don't think this is correct. Unless there are multiple outgoing
runners processing slices, I don't see how SMTP delivery is
multi-threaded, and even if there are multiple runners, a single
message to even 4000 recipients is going to be processed in its
entirety by one runner.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to