Page 1 of 1

Tab is getting Freeze

Posted: Sun Jan 03, 2016 12:13 pm
by Amirul Momenin

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


Tab is getting Freeze

Posted: Mon Jan 04, 2016 7:45 am
by Serhii Kulibaba

Hello Amirul,

Please check your code for infinite loops. They can freeze your app.