"David F. Skoll" <[email protected]> wrote: > Andrzej Adam Filip wrote: > >> 2) As I understand relay_is_blacklisted_multi uses Net::DNS bgsend >> "guilty" of horrible wasting of sockets. > > One socket per domain that you check against... not a big deal. > On a busy server, the multiplexor will have hundreds of open file > descriptors.
If you prefer performance perspective: It means needless system calls. Most likely it is not the most important performance obstacle but it should not be ignored in long run (IMHO). -- [pl>en: Andrew] Andrzej Adam Filip : [email protected] "Just the facts, Ma'am" -- Joe Friday _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

