On Mon, May 19, 2008 at 05:36:41PM +0300, [EMAIL PROTECTED] wrote:
> How do you think, what is more expensive: one ${perl call
> or three ${run calls (find -exec mv, find -delete, touch)?
More expensive it terms of what?
For CPU and elapsed run-time, ${run is almost certainly more expensive (three
forks, three "exec"s, plus the work to actually manipulate the files).
However, ${perl will be more expensive in terms of persistent memory usage.
--
Dave Evans
http://djce.org.uk/
http://djce.org.uk/pgpkey
signature.asc
Description: Digital signature
-- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
