Remember to have a way to turn the cache on and off - then you can measure 
how effective it is. Naturally, it takes time to fill a cache with enough 
results before it becomes effective.

A server side cache is effectively saving you the time  involved in a 
database query (for all clients), but not saving you any transfer time for 
the results ( which may be significant for large amounts of data). I don't 
think that you ever said what "large" was!

A client-side cache would save you db access time and transfer time, but 
only for that specific client.

Let us know how good the improvement is!

Paul
----- Original Message ----- 
From: "seemaherein" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Tuesday, September 18, 2007 8:11 AM
Subject: [flexcoders] Re: caching in Flex


> Thanks Paul & Tom
> I'm planning to implement server side cache.

Reply via email to