Skip to content

Implement parallel download of forms #7

Open
@chinmoy12c

Description

@chinmoy12c

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.

Metadata

Metadata

Assignees

Labels

CGCPphase-3Phase-3 of ODK feature upgrade

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions