Re: tmda Pending Messages
[email protected] (Jason R. Mastaler)
| Newsgroups | gmane.mail.spam.tmda.user |
|---|---|
| Message-ID | <[email protected]> |
Doug Hardie <[email protected]> writes: > The interesting thing is that a ktrace of the entire process > (including sendmail, dspam, and tmda) shows that 85% of the ktrace > output is python reading (and re-reading) its various library > modules. dspam uses most of the remaining 15%. However, > tmda-rfilter code is read at least 3 times. In addition, > /etc/hosts, /etc/services, the password file etc. are read numerous > times. Often several times in a row. There is an unbeliveable > amount of overhead in this. Weird. As I alluded to before, this isn't typical. Not sure what it is about your setup that's causing this though. You do have TMDA byte-compiled, right? All the .py should be byte-compiled into .pyc files which should help.