On Tue, 2006-05-02 at 02:56 +0900, Stephen J. Turnbull wrote: > I once added a maybe-log-and-return handler at every point in the > pipeline on our busiest list. No effect on load. I dunno, if you're > handling a million posts a day you might notice that. But handler > calling is way down in the scheme of CPU suckers compared to spam and > virus filtering.
True. > I'm unwilling to add to the global pipeline simply because there's no > such thing as a 100% safe edit, not because I'm worried about function > call overhead in Python. Fair enough. Probably going with the extend.py stuff is your best bet at this point. -Barry
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
