Hi, > Can prototype handle this?
Yes. > What happens if you issue more than two? Do they get discarded by > http or does prototype queue the requests? None of the above. They get queued by the browser, just like when you have a dozen images on a page, or three stylesheets to load, etc. If the server or the browser or both only allow two simultaneous connections between the same two endpoints (which is common in both browsers and servers), the browser queues the requests and completes them when it can. HTH, -- T.J. Crowder tj / crowder software / com On Dec 13, 9:33 am, 42dev <[email protected]> wrote: > Can prototype handle this? I've ran into a few problems which suggest > it can't. > > My application builds ui components dynamically in Javascript and when > it finds a resource (keyword data for a select for example) that it > doesn't have it issues an Ajax.Request to get the data. On some forms > this can result in half a dozen or so simultaneous ajax requests. > > Now I've just read that http only supports two, so the question is: > > What happens if you issue more than two? Do they get discarded by > http or does prototype queue the requests? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
