Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement parallel download of forms #7

Open
chinmoy12c opened this issue Feb 23, 2023 · 0 comments · May be fixed by #60
Open

Implement parallel download of forms #7

chinmoy12c opened this issue Feb 23, 2023 · 0 comments · May be fixed by #60
Assignees
Labels
CGCP phase-3 Phase-3 of ODK feature upgrade

Comments

@chinmoy12c
Copy link
Member

Sequential download of forms takes up a lot of time. We need to implement the parallel download of multiple forms in different threads to speed up the download process. One difficulty in this would be to handle concurrent changes to the database which may be handled with the help of locks or another approach would be to add the entries to the database using a single thread after all the forms have been downloaded.

@chinmoy12c chinmoy12c self-assigned this Feb 23, 2023
@karntrehan karntrehan transferred this issue from another repository Mar 9, 2023
@chinmoy12c chinmoy12c added the phase-3 Phase-3 of ODK feature upgrade label Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CGCP phase-3 Phase-3 of ODK feature upgrade
Projects
None yet
2 participants