You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: