On 10/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > we had the same problem when trying to do requests in parallel... It seems > like fire fox just allows 1 request and IE sometimes 2 or 3... I think that > the problem goes deeper in the browsers core, in the multiple connections > handler. I never heard about a browser that does multiples requests at the > same time (more than 3) to the same domain.
Thanks, I hadn't checked the details but that sounds like about what I'd seen. As my original plan was to fire off 50-100 small requests per web page, my solution isn't going to scale anyway, so I'll have to find a different answer. > If u find a workaround for that... please, tell us :D I suspect any workaround is going to have to be based on a single CGI which returns results for multiple requests, rather than one CGI per request. To make that work, I'll probably look into some sort of server-push solution (the CGI runs multiple threads, and passes back results as they arrive). Does Mochikit support server push at all? Are there any simple examples I could crib from? Thanks, Paul. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" 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/mochikit -~----------~----~----~----~------~----~------~--~---
