Open
Description
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.