Hi thomash- You'll have to time it so that you don't send off simultaneous requests. Here's an example in the JS API of doing that:
http://gmaps-samples.googlecode.com/svn/trunk/googlebar/googlebar_directions.html Notice how I don't send off the next directions request until the first one has completed. - pamela On Tue, Oct 21, 2008 at 4:55 PM, thomash <[EMAIL PROTECTED]> wrote: > > Hi Pamela, > > i want compare more distance, > > are there other solutions? > > i tried with multiple Directions created at the same time, > but in some case there isn't server resposnse > > thanks > > thomas > > On Oct 20, 10:28 am, "pamela (Google Employee)" <[EMAIL PROTECTED]> > wrote: >> The Directions API is subject to a quota of around 10,000 per day per >> user IP, as well as a max QPS per IP. This usually isn't an issue >> though - why are you needing to simultaneously launch multiple >> Directions calls? >> >> - pamela >> >> On Mon, Oct 20, 2008 at 4:25 PM, thomash <[EMAIL PROTECTED]> wrote: >> >> > Hi, how many simultaneously new Directions (and load) can i launch? >> > is there a limit? >> >> > thanks >> >> > thomas > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" 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-maps-api-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---
