create a worker script for createrepo so createrepo can
authorSeth Vidal <skvidal@fedoraproject.org>
Thu, 9 Sep 2010 21:07:06 +0000 (17:07 -0400)
committerSeth Vidal <skvidal@fedoraproject.org>
Thu, 9 Sep 2010 21:07:06 +0000 (17:07 -0400)
commitb0b85d5c6cdb9b7b97147ce31bda8b4711d3a67c
tree2c2bb5182eaf0b3994846212cf7c68e4abc8ccc6
parentf527bfe2b3daa2bcffd292cfc0eb7f9a4c5a179e
create a worker script for createrepo so createrepo can
fork off N processes to handle the md gathering from pkgs.
This should speed up results on systems which have been cpubound
on the createrepo process.

If you're io bound it won't help you at all, and MAY make it worse.

many misc issues to iron out here - not the least of which is the
callback output and gathering stdout/stderr from the workers
Makefile
createrepo/__init__.py
createrepo/utils.py
createrepo/yumbased.py
genpkgmetadata.py
worker.py [new file with mode: 0755]