Problems with client variables storage.
i have couple of problems client variable storage on cf8.
storage in sql server db:
- cdata has no data.
- cglobal is growing quickly. seems every new page request generating new entry on table. have ajax requests poll every second, it's hammering db , slowing down.
any ideas how can debug either of these issues welcome, thanks.
create index ixcfid on coldfusion_clientvariablestore.dbo.cglobal (cfid)
this seemed lot page load times.
ticking disable global client variable updates in administrator stopped exponential db growth.
More discussions in ColdFusion
adobe
Comments
Post a Comment