Ah right. Thanks for that Klaus. I discussed something similar with my collegues quite recently, although it was more related to the maximum allowed HTTP threads to a domain as well. Since subdomains are classed as unique to HTTP, it's possible to request two sets of data from upto 3 (if I remember correctly) different domains/subdomains. This can of course be overridden, but the bulk of users simply don't do that, and no mainstream browser breaks the HTTP protocol by default.
Effectively 6 seperate requests can be made. Google Maps makes use of this to effectively load balance their servers by requesting images from different subdomains. It's a good idea and it's something I'm looking into professionally as part of a solution for asynchronous data transfer. Klaus Hartl wrote: > > Dan Atkinson wrote: >> As much as I enjoyed this demo, my brain has trouble parsing and >> rendering >> HTML and JavaScript, and therefore I didn't get the full effect of the >> 'demo'. >> >> Is it possible for you to put this demo in a place which I am able to >> sample >> the demo-ness of it, please? It does sound interesting! >> >> Cheers. > > It's about using a proxy to make cross domain ajax possible. > > Related read: > http://snook.ca/archives/javascript/cross_domain_aj/ > > > > -- Klaus > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > -- View this message in context: http://www.nabble.com/remote-ajax-with-jquery...-tf3146158.html#a8726480 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
