Hi Kaan, On Fri, Oct 12, 2012 at 6:20 AM, Kaan Soral <[email protected]> wrote: > I just had this idea now, If there is any http headers or modifications that > will prohibit IE/Opera from making async requests we may try those. (Make > responses HTTP 1.0 etc.) It should be a not so hard modification on maybe > dev_appserver.py or other files that prepare the response > Any ideas?
The App Engine team is currently working on a new development server that has a multi-threaded frontend and supports concurrent requests. The announcement is here: https://groups.google.com/d/topic/google-appengine/TCQuJpF44cY/discussion And you can get the code from the Google Code project: http://code.google.com/p/appengine-devappserver2-experiment/ Cheers, Brian > > > On Wednesday, October 10, 2012 9:44:33 PM UTC+3, Adam Lofting wrote: >> >> I've been suffering with the same experience testing App Engine in IE >> running on Windows 7. >> >> Weirdly it runs fine in IE Tester (all versions), which has been my >> solution for now. >> >> >> >> On Monday, September 24, 2012 2:38:16 AM UTC+2, Kaan Soral wrote: >>> >>> I can't use IE or Opera for testing with development server (local). >>> >>> For some reason some of the scripts/images don't load. For the ones that >>> load, it takes a huge amount of time for them to load compared to >>> Firefox/Chrome. >>> When you make a request, it takes some time for it to show up on the >>> logs. (IE is much much worse than opera) >>> >>> Do you have similar experiences? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/vhwDmScXlKEJ. > > 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-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
