[ZWeb] Re: DISCUSS: Wiki subscription slowness

Ken Manheimer klm@zope.com
Tue, 9 Apr 2002 12:12:50 -0400 (EDT)


On Mon, 8 Apr 2002, Simon Michael wrote:

> Interesting, thanks for looking into this. I'll say something intelligent
> if I think of it..
> 
> FWIW, current ZWiki makes a single call to Mailhost.send per edit, listing
> all subscribers in the bcc field. I don't know if that translates to
> multiple SMTP connections, or if WikiForNow's implementation is different.

WikiForNow puts a generic address as the 'to' field (though i've been
reminded since then that ':;', or something like that, is probably the
right thing for "undisclosed recipients"), and uses MailHost.send()'s
explicit 'mto' parameter to specify the recipients.

The current thinking is that the MUA's process of resolving the addresses, 
or something like that, may be introducing the delay, and that we can 
mitigate that at the MUA.  I'm hoping to have some time today to marshal 
our forces to get that done, if not then i'll try again tomorrow...

-- 
Ken
klm@zope.com