procmail
[Top] [All Lists]

prevent unnecessary forking

2003-10-13 07:52:43
Is 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

<Prev in Thread] Current Thread [Next in Thread>