another thing about the http request limitation most browsers rejects more then 2 simultinus requests to a spacific url and i wondered i its aplays to 2 diffrent browser windows (diffrent process in new browsers) and if iframe acts as new web page maybe the limitation grows by 2 for each iframe
On Sep 2, 5:05 pm, ben fenster <[email protected]> wrote: > your answear is based on your knolage in js but i need an answear > based on actual in depth knowlage in how browser work since each > iframe act as an independed wep page and loaded sepertly then the > containing page made me wonder about how its being done without a > diffrent thread ? > and if another thread is envolved in loading then maybe the new thread > is also responsible on running the js code contained in the page of > the iframe ? > On Sep 2, 5:46 pm, David Given <[email protected]> wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > ben fenster wrote: > > > i was wondering that if by opening another module in an iframe tag the > > > code of that module runs in another thread ?? > > > Nope. There is no way of getting access to multiple Javascript threads > > from a web browser, unless you use some sort of extension like Google > > Gears or HTML5 web workers. Every part of the Javascript VM that your > > code can see is part of the same event loop. > > > > more over is the limit of 2 open http request apply on 2 diffrent > > > modules running in diffrent iframes ?? > > > Don't know about this one. > > > - -- > > ┌─── dg@cowlark.com ─────http://www.cowlark.com───── > > │ > > │ "People who think they know everything really annoy those of us who > > │ know we don't." --- Bjarne Stroustrup > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.9 (GNU/Linux) > > Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org/ > > > iD8DBQFKnxH6f9E0noFvlzgRApqiAKC/xF4z1x0t7s+8kAsTVoSxYFRFmQCfaUcx > > 7F+QaH0Fdc9baW9Wcgl3swM= > > =ukVk > > -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
