The caching is controlled by the user’s browser.  Most browsers do have caching turned on, so you’ll be fine.

 

When you are making network calls in a Flex application they go through the browser.  So any cookies that would be stored in the browser normally will also be stored when Flex makes the call.  You will not have access to those cookies from a Flex app, you would need to write external _javascript_ to access them.  But the server will get them normally.

 

Matt

 


From: viraf_bankwalla [mailto:[EMAIL PROTECTED]
Sent: Friday, March 18, 2005 5:59 AM
To: [email protected]
Subject: [flexcoders] Re: Deploying Flex Applications

 


Thanks for the response. 

1.  How do I verify that caching is enabled ?
2.  When I refer to cookies, I am refering to HTTP cookies.  My
understanding from the read on the cookie subject is that Flex has
its own cookies.  When going through load balancers / SSL proxies,
cookies play an important role, and I wanted to verify that Flex (or
Flash I should say) would honor the cookies. 

- viraf





--- In [email protected], "Jeff Steiner" <[EMAIL PROTECTED]> wrote:
> I will take a shot at answering some of your questions.
>
> The Flex app (SWF) is cached by default on the client.  This is
assuming
> that the client has caching enabled.  If your application has been
cached on
> a client machine - the next time they visit your site a small
time/date
> check is executed to verify that the client is running the latest
and
> greatest version of your Flex app.  No changes to your application
= does
> not download it again.
>
> I believe that I understand your question about serving data from a
> different machine than is serving the Flex applications.  Simply
point your
> applications to the dataproviders - there is no limitation that
says your
> datasource (RO / HTTPService / WebService) has to reside on your
Flex
> server.
>
> Cookies question has been answered - but for any newcomers, check
out
> SharedObjects.
>
> We use BigIP for production machines where I work.  I have had no
issues
> hiding my Flex servers behind a VIP.
>
> Let me know if I can help you firther,
> Jeff
> http://www.flexauthority.com
>
> ----- Original Message -----
> From: "viraf_bankwalla" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Thursday, March 17, 2005 7:25 PM
> Subject: [flexcoders] Deploying Flex Applications
>
>
> >
> >
> > Hi,
> >
> > I am experimenting with Flex for an application and wanted to
> > inquire about deployment options.  Has anyone deployed flex in
real-
> > world application, high volume web application, and would they be
> > willing to share their experiences.
> >
> > Here are some questions:
> >
> > + Is there a way to cache the flex application on the client.
> > + Is there a way to have the cached client application refreshed
> > (say a new version is released)
> > + I would like my Flex application served from another server
farm
> > than the application.  Is this possible ?  How would the web
> > application initiate the flex application and what are the
> > constraints on the web app providing HTTP Services to the flex
> > application.
> > + How are cookies etc manged by Flex / Flash
> > + Has someone deployed an application through a load balancer
(such
> > as F5's BigIP or Cisco)?
> >
> > Thanks.
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >






Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to