View Single Post
  #29  
Old February 16th 14, 08:18 PM posted to alt.comp.os.windows-8,alt.windows7.general,microsoft.public.windowsxp.general
Paul
external usenet poster
 
Posts: 18,275
Default Recommended EMail Application

OldGuy wrote:
OldGuy has written on 2/15/2014 10:15 PM:
Not for me.

Example?

Your computer locks up until TB finishes? Which version of Windows?
Which version of TB?


Win 7 Pro all updates
TB latest version

PC = Intel Quad 3GHz 8GRAM, 500MB free C:

It is because I have so many eMails with 150K attachements that are
downloading.

TB programmers need to release more code time to the system (allowing TB
to multitask) during such downloads. Maybe TB only uses a few threads??


It's the kind of tool, where some user tuning may be
required. The server has a maximum number of connections,
and the client can be set to use less than that. And if you
set the connections low enough, a more efficient serialization
may occur for you. The latest TB versions are too asynchronous,
and shoot themselves in the foot.

These can be found in the Configuration Editor. In Firefox,
this would be about:config, but in Thunderbird, there is a
button to click to open the Editor. This is like a Registry,
but uses a separate file.

mail.server.server2.max_cached_connections 2
mail.server.server4.max_cached_connections 2
mail.imap.max_cached_connections 10 --- Not used by me

mail.server.server2.hostname nntp.aioe.org
mail.server.server4.hostname news.eternal-september.org

# Tuning parameters not present in old versions.
# idle_limit set to 300000 by default. Presumably 5 minutes,
# but who can be sure. This means if the .msf isn't used
# for five minutes, it'll be closed, and a future attempt
# to use it will open it again. It means TB will be as slow
# as it is at startup, if this is set too low. In older
# versions, the unused databases would remain open, and
# memory usage could be high. This might be a more useful
# tuning, if you have an add-on that abuses databases.

mail.db.idle_limit
mail.db.max_open

Paul
Ads