J
jeffmagill
Hello everyone,
I've run into a peculiar road-bump that I'm hoping someone can clarify.
I'm building a database application (ASP.NET 2.0, MSSQL 2000) and have
implemented data source caching via polling without a problem.
Basically what I have is a GridView bound to an ObjectDataSource that
is calling a query that returns thousands of records. My goal is to
quickly page through the GridView.
With no caching the page takes 2-3 minutes to load. Data source caching
reduces the time to 2-3 seconds. Then I Atlas-enabled the page and the
load time jumps up to roughly 30 seconds.
My question is: Are there any known issues with caching with Atlas? I
tried Googling around and checking my usual sources and can't seem to
find any relevant discussion on the two. Am I missing something?
Thanks!
Jeff
I've run into a peculiar road-bump that I'm hoping someone can clarify.
I'm building a database application (ASP.NET 2.0, MSSQL 2000) and have
implemented data source caching via polling without a problem.
Basically what I have is a GridView bound to an ObjectDataSource that
is calling a query that returns thousands of records. My goal is to
quickly page through the GridView.
With no caching the page takes 2-3 minutes to load. Data source caching
reduces the time to 2-3 seconds. Then I Atlas-enabled the page and the
load time jumps up to roughly 30 seconds.
My question is: Are there any known issues with caching with Atlas? I
tried Googling around and checking my usual sources and can't seem to
find any relevant discussion on the two. Am I missing something?
Thanks!
Jeff