[Mailman-Developers] re: Much cpu/memory load

Barry A. Warsaw barry@python.org
Mon Nov 4 15:51:45 2002


Dan found what is probably the majority of the problem.  In the i18n
patch, Article instances in HyperArch.py grew an _mlist instance so
that means a unique instance of the MailList is pickled and unpickled
in every Article in the archive.  Ug.

I'm working on a fix for that and will see about the template
instantiations, but I suspect it's the former that's contributing the
bulk of the overhead.

Thanks Dan, and everyone else.  Keep an eye on cvs...

-Barry