* 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)
> > 
> > Actually with our kernel threads in 5 you could just use those
> > to speed IO.
> 
> IMHO, still non-blocking/async IO would be faster, and more probably portable,
> unless I'm utterly wrong, of course.  8-)

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, as there is no other way
to do this, disk based files do not really support SIGIO (async IO)
or non-blocking IO (NBIO).

-- 
- Alfred Perlstein
- Research Engineering Development Inc.
- email: [EMAIL PROTECTED] cell: 408-480-4684
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to