the best approach is not so cut-n-dried, on what you are trying to do - does the result of one RPC "depend" on another, if so, the best way in to "chain" requests - call one RPC when the previous finished, if not - then you can fire them all and use a "countdown" AsyncCallback to know when they are all finished, as a poster suggested above.
A couple things to keep in mind: IE6 will only do 2 simultaneous requests per server - negating much of your expected gain. Not IE6 - 10 simultaneous requests may bog down your server and negate scalability. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
