android - Can a write to remote DB operation be in a separate aynchronous thread? (Delphi) -


delphi xe8. mobile application running on ios , android storing data local sqllite db. background thread transfer data local db remote enterprise database using rest. wondering if operation of sending data remote database server using rest can asynchronously execute in thread of own, or thread need synchronized main ui thread? background data transfer thread have no interactions with, or dependency on, main ui. read committed records local db (which have been written main ui thread) , make rest operations write remote database.

here example, how create separate service, use need, using thread.

delphi , android services

here source code delphi xe7 delphi xe7 source code


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -