Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Tab is getting Freeze

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Tab is getting Freeze

Hello Amirul,

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

Return to “Issues”