On 4 Nov 2004 at 19:29, Rob MacGregor wrote: > But be aware that with FreeBSD 5.x and UFS2 short lived files (~6 s > ISTR) don't get written to disk, so a RAM disk will rarely buy you > anything, but costs you memory :-).
That's what makes tempfs so nice. There is no memory use unless the file is committed to disk, and the memory is recovered when the file is deleted. Still, on a loaded server, it wouldn't be surprising for the MD work directory to hang around for 10 seconds or so, especially if you use the optional "$delay" return value from filter_relay, filter_sender, or filter_recipient. -- Jeff Rife | "I feel the need...the need for SPAM bait: | expeditious velocity" [EMAIL PROTECTED] | [EMAIL PROTECTED] | -- Brain _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

