prevent unnecessary forking2003-10-13 07:52:43Is this:
:0c
* B ?? < 100000
{
#etc.
}
less efficient than the following?
:0
* B ?? < 100000
{
:0c
{
#etc.
}
}
Rephrased: does the fork occur right at the c-flag,
or only after the condition is checked.
--
Affijn, Ruud
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail
|
|
||||||||||||||||