SMP Version of tar

Richard Yao ryao at gentoo.org
Wed Oct 3 18:41:14 UTC 2012


On 10/02/2012 03:06 AM, Adrian Chadd wrote:
> .. please keep in mind that embedded platforms (a) don't necessarily
> benefit from it, and (b) have a very small footprint. Bloating out the
> compression/archival tools for the sake of possible SMP support will
> make me very, very sad.
> 
> 
> 
> Adrian
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"

Someone might want to ask if parallelizing tar is even possible. tar is
meant to serially write to tape. It should not be possible possible to
parallelize that operation.

I can imagine parallelizing compression algorithms, but I cannot imagine
parallelizing tar.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 900 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20121003/16395106/signature.pgp


More information about the freebsd-hackers mailing list