[Mailman-Developers] BounceRunner eating up alot of memory

Fil fil@rezo.net
Mon, 11 Mar 2002 08:53:25 +0100


@ Barry A. Warsaw <barry@zope.com> :
> For 2) That's a valid point.  Please try the following patch
> (untested).  I'll try to test it and if it looks good, I'll commit
> this change tomorrow.

There must be something missing:

Traceback (most recent call last):
  File "/home/mailman/bin/qrunner", line 265, in ?
    main()
  File "/home/mailman/bin/qrunner", line 212, in main
    qrunner = make_qrunner(*runners[0])
  File "/home/mailman/bin/qrunner", line 118, in make_qrunner
    qrunner = qrclass(slice, range)
  File "/home/mailman/Mailman/Queue/OutgoingRunner.py", line 42, in __init__
    Runner.__init__(self, slice, numslices)
  File "/home/mailman/Mailman/Queue/Runner.py", line 43, in __init__
    self._cachelists = CACHELISTS
NameError: global name 'CACHELISTS' is not defined


-- Fil