On Thu, 17 Jun 2004, Chris Masters wrote: > spam_assassin_init()->compile_now(1) if > defined(spam_assassin_init());
> What kind of performance benefit would we get from > this? Do it in your filter file, outside any function definition. If you're using embedded Perl, you'll get a lot more memory sharing. There won't be a direct performance benefit, but each slave will use much less memory than otherwise. Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

