kost / dvcs-ripper

Rip web accessible (distributed) version control systems: SVN/GIT/HG...
GNU General Public License v2.0
1.69k stars 310 forks source link

Parallel requests to speed things up #8

Closed kost closed 9 years ago

kost commented 9 years ago

As requested by users, implement parallel requests in order to speed things up.

kost commented 9 years ago

Implemented in https://github.com/kost/dvcs-ripper/commit/bf29abb3ceac911297f16b383f66a76fd26beb17

Example (for 10 parallel jobs): rip-git.pl -t 10 -v -u http://127.0.0.1/testgit/.git/

New requirement: Parallel::ForkManager