droid icon indicating copy to clipboard operation
droid copied to clipboard

Is there a limit to the number of calls when calling droid commands in parallel to perform file extraction?

Open kongbb1 opened this issue 2 years ago • 0 comments

We use droid under linux, our command is like below:

droid.sh droid -R -a /data/0DPSdata/pack/ACSJournals/ACSJournals20220614_154920/11851 -p /data/0DPSdata/pack/ACSJournals/ACSJournals20220614_154920/11851.droid droid.sh droid -p /data/0DPSdata/pack/ACSJournals/ACSJournals20220614_154920/11851.droid -f "type any FILE" -e /data/0DPSdata/pack/ACSJournals/ACSJournals20220614_154920/11851.csv

If we call droid more than 10 times at the same time, the extraction will fail.

We want to extract multiple directories in parallel, is there recommended methods?

kongbb1 avatar Jul 05 '22 06:07 kongbb1