mysql - Client Server Sync Scenario -


i have 1 table @ server side , client side. there multiple clients.

fields of table @ server "id" , "name"

fields of table @ client "id", "server_id", "name" , "sync"

now scenario :

i send row server , store row @ server database , server send response client server_id , store row @ client database.

question : if row stored @ server database network connection lost , response did not reached @ client side?

how handle case? how server knows client did not response?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -