[ale] parallel processing

Geoffrey esoteric at 3times25.net
Fri Jan 4 20:53:17 EST 2002


jeff hubbs wrote:
> 
> Andy -
> 
> You can execute each cp command with an ampersand ("&") at the end
> (that's sometimes called "amping off") but unless the files/dirs are
> really big, the cps will finish before you can type the next one - is
> that what you're talking about?

You can do this:

cp foo bar& cp foo1 bar1& cp foo2 bar2&

rather than one per line.

> 
> - Jeff
> 
> Zyman, Andy wrote:
> 
> > Hello,
> > I just wonder :
> > Let's say in Oracle we have parallel SQL processing - I can specify that
> > certain SQL should be processed in parallel.
> > What about Unix? Let's say I have  a directory on Sun server with 10 files.
> > I want to cp them to the diff. one. I'm doing cp xxx yyy. Now how it will
> > processed and who I can see that it will be done in parallel?
> >
> > Thank You
> >  Andy
> >
> > ---
> > This message has been sent through the ALE general discussion list.
> > See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
> > sent to listmaster at ale dot org.
> >
> >
> >
> 
> ---
> This message has been sent through the ALE general discussion list.
> See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
> sent to listmaster at ale dot org.

--
Until later: Geoffrey		esoteric at 3times25.net

"...the system (Microsoft passport) carries significant risks to users
that
are not made adequately clear in the technical documentation available."
- David P. Kormann and Aviel D. Rubin, AT&T Labs - Research
- http://www.avirubin.com/passport.html

---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
sent to listmaster at ale dot org.






More information about the Ale mailing list