Hi The new scheduler makes it possible to save memory by delaying the compilation of modules until they are actually needed and I'm experimenting with this. I've done that with the modules used by my filter and those mimedefang.pl handles in "%Features".
The MIMEDefang children have gone from over 60MB each (with the old scheduler) to about 15MB for those children that never sees a MIME entity. The only "big" modules that are still loaded for every child are the MIME tools modules. Would it be feasible to move those modules into %Features as well? Or are they used in too many places in the code for this to be a quick simple change? It might be worth it for some systems. Of course, with my huge filter it might actually make a bigger difference to split the filter into parts that are "required" when needed. :-) Regards /Jonas -- Jonas Eckerman, FSDB & Fruktträdet http://whatever.frukt.org/ http://www.fsdb.org/ http://www.frukt.org/ _______________________________________________ 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

