Re: bad news for bsdtar..

2004-04-24 Thread Richard Coleman
Alfred Perlstein wrote: Threads are pretty portable these days, obviously making it a compile time option could work, but then again performance would be nice and it is _our_ tar. ;) Also, unless you mean 'aio' or 'another process' by "non-blocking/async IO" then I'm pretty sure you are wrong, a

Re: bad news for bsdtar..

2004-04-24 Thread Alfred Perlstein
* Alexey Dokuchaev <[EMAIL PROTECTED]> [040424 03:14] wrote: > On Sat, Apr 24, 2004 at 01:59:13AM -0700, Alfred Perlstein wrote: > > > > Have you guys thought of using aio or at least another process > > to parallelize IO? (One to read files, and one to write out the > > archive) > > > > Actuall