Ooo good point... but couldn't you just set caching headers on the
result? I guess I'm not clear on the intricacies of how each browser
would handle this, but you could keep track of whether the app was
modified on the server. If it hasn't been modified, then send 304.

Or am I missing something?

On Mar 23, 9:25 am, Ian Bambury <[email protected]> wrote:
> How would you determine if the current code had been cached on the client or
> not?
>
> Ian
>
> http://examples.roughian.com
>
> On 23 March 2010 14:41, Nathan Wells <[email protected]> wrote:
>
>
>
> > Is there a reason you wouldn't want to determine which permutation to
> > send on the server rather than the client? What I'm thinking is that
> > you could eliminate the need for the selector script entirely if you
> > had a smart enough server. You could even auto generate the code using
> > a linker, I would think.
>
> > So, is there a reason why you wouldn't want to do it?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-web-toolkit%2Bunsubs 
> > [email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to