Adding parallel="true" vastly improves performance.

Thanks for the suggestion.

-----Original Message-----
From: Stefan Bodewig [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 23, 2002 1:07 AM
To: [EMAIL PROTECTED]
Subject: Re: Newbie question about exec/chown


On Mon, 22 Apr 2002, David Adams <[EMAIL PROTECTED]> wrote:

> It is quite a bit slower than the shell command itself (using bash),
> but it works.

You are executing chown multiple times for every file.  See if
throwing in parallel="true" speeds things up in addition to
Dominique's advice.

Stefan

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to