https://bugs.documentfoundation.org/show_bug.cgi?id=103919

--- Comment #13 from Alex Kempshall <mcmurchy1917-bugzi...@yahoo.co.uk> ---
The problem appears to be with latency in combination with monitoring the wrong
variable.

Currently If I send 63 messages to smtp.gmail.com, Libreoffice gives the
appearance of struggling to keep up. It appears to pre-process all the batch of
63 messages quite quickly. In parallel with the pre-processing it sends
processed messages to the smtp server this is done at a slow pace. Once it's
pre-processed all 63 messages it doesn't wait until all the messages have been
sent but just closes the dialog stopping Libreoffice from sending any more
messages to smtp.gmail.com. Hence the problem.


If I start an smtp server on my own machine and send the messages to localhost
I don't see this problem as the messages have got less distance to travel and
keep pace with the pre-processing.

In the past up to and including LO 5.1 the progress dialog was always kept open
and had to be closed manually. I have tested a patch that will revert to that
behavior. I will submit it to gerret during the week commencing Monday 2nd
January 2017.

Alex

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to