Re: Rearchitecting pkg_install (was Re: Using shell commands versus C equivalents)

2007-06-17 Thread Garrett Cooper
Tim Kientzle wrote: I've also seen a 3x speedup by using my reimplementation of pkg_add using my package management library, libpkg (http://libpkg.berlios.de). It is not production ready yet as if it fails partway through an installation it won't clean up and installed files. I *think* a good w

Rearchitecting pkg_install (was Re: Using shell commands versus C equivalents)

2007-06-17 Thread Tim Kientzle
I've also seen a 3x speedup by using my reimplementation of pkg_add using my package management library, libpkg (http://libpkg.berlios.de). It is not production ready yet as if it fails partway through an installation it won't clean up and installed files. I *think* a good way to do this is to: