As per the subject:

I have an ajax based application, I figured I could offload some of
the static XML files I need to serve via XHR off to GAE, then when I
am doing a new XHR request check for a file, if that file does not
return 200 I am currently not accessing GAE so switch to some other
service. Does this seem reasonable. Another problem is obviously that
I will need to do some DNS settings to make sure that I can serve my
initial request from my domain and then get further requests via  XHR
from app engine. Has anyone tried a similar setup or have suggestions,
note problems with the approach?

Thanks,
Bryan Rasmussen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to