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.
here source code delphi xe7 delphi xe7 source code
Comments
Post a Comment