I am using sqlite data.I am doing ajax sync to update server & tabs own data.
I think tab is getting freeze for
high memory & cpu used by process
or sqlite table sharing by sql commad conflicting on ajax & tab application own process
How may I fix thread for sqlite execution
I dont want to execute same table with different process on same time
How may I protect this
WHat is the way in sqlite & js