Re: [Mailman-Developers] qrunner -- problem with huge mail messages
On Wed, 27 Jun 2001 16:42:56 +0200 Dirko van Schalkwyk <dvschalk@ing.sun.ac.za> wrote:
I made some time measurements :
1 236 202 bytes took 2 minutes to process 4 053 188 bytes took 19 minutes to process
I this normal? Am I missing some option that I can turn of. What is qrunner doing all this time?
Are you swapping?
Aside: Qrunner is written in Python and operates by loading the entire subject message into memory before processing. This also may be at the core of the problem.
-- J C Lawrence claw@kanga.nu ---------(*) http://www.kanga.nu/~claw/ I never claimed to be human.
J C Lawrence wrote:
Are you swapping?
Aside: Qrunner is written in Python and operates by loading the entire subject message into memory before processing. This also may be at the core of the problem.
No. I got +-340 MB RAM and 40MB/s fast and wide SCSI DISKS.
Greets
Dirko
"DvS" == Dirko van Schalkwyk <dvschalk@ing.sun.ac.za> writes:
DvS> No.
DvS> I got +-340 MB RAM and 40MB/s fast and wide SCSI DISKS.
You may have to do more digging then. Start by adding syslog() calls to print debugging information to e.g. logs/debug.
-Barry
participants (3)
-
barry@digicool.com
-
Dirko van Schalkwyk
-
J C Lawrence