[flexcoders] Re: caching in Flex

2007-09-25 Thread booleanbetrayal
a stale cached version, the other > an up to > > date version). > > > > If you have data in a server side cache that is stale, all of the > clients > > will be showing out of date information.. > > > > Good luck. > > > > Paul > > -

[flexcoders] Re: caching in Flex

2007-09-20 Thread seemaherein
ion). > > If you have data in a server side cache that is stale, all of the clients > will be showing out of date information.. > > Good luck. > > Paul > - Original Message - > From: "seemaherein" <[EMAIL PROTECTED]> > To: > Sent: Wednesd

Re: [flexcoders] Re: caching in Flex

2007-09-19 Thread Paul Andrews
r 19, 2007 2:25 PM Subject: [flexcoders] Re: caching in Flex > sure, i'll let you know. > I am a starter with all this. and really thankful to you for your > valuable suggestions > > --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: > >

[flexcoders] Re: caching in Flex

2007-09-19 Thread seemaherein
improvement is! > > Paul > - Original Message - > From: "seemaherein" <[EMAIL PROTECTED]> > To: > 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. >

Re: [flexcoders] Re: caching in Flex

2007-09-18 Thread Paul Andrews
the improvement is! Paul - Original Message - From: "seemaherein" <[EMAIL PROTECTED]> To: 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.

[flexcoders] Re: caching in Flex

2007-09-18 Thread seemaherein
Thanks Paul & Tom I'm planning to implement server side cache. --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "seemaherein" <[EMAIL PROTECTED]> > To: > Sent: Friday, September 14, 2007 10:33 AM > Subject: [flexcoders] caching

[flexcoders] Re: caching in Flex

2007-09-17 Thread seemaherein
that is also an issue - identifying stale data. I guess i should implement server side caching. I'll give that a try. Thanks everybody for your responses. --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > You can store results in local SharedObject, but how will you kn