Hi Kees,

> It looks like the email background handler creates a thread for every
> mail that has to be sent so even a Thread.sleep won't help

I only saw that Thread.MIN_PRIORITY+1 code was removed between 1.7.0 and
1.7.1. I did not have a look at the implementation itself. 

However i tested it and the 1.7.0 email module has the same performance
as 1.7.1. So it seems that your decision to remove the
Thread.MIN_PRIORITY+1 code is ok in case of the email module.

>, are you sending a lot of mail this way?

Around 7000 emails per mailing and without any problem. 

> and why isn't  mail queued?

I don't know.

> It depends on the outcome of this discussion i think. But I assume
> there are plenty bugs left in the email module

Well i'm using the email module and am satisfied, so i was kind of
puzzled why a whole class was reorganised in a bugfixing release.

Regards, Henk.


Reply via email to