The public server is rate limited to 5000 requests/minute. If you flood it with requests, likely many of yours won't work, and you'll block other people from using it.
For this volume of work, you should investigate running a local server. We provide Docker images to run OSRM locally - these should be usable on Windows (although I have not personally tested it). daniel On Sun, Nov 3, 2019 at 6:19 PM Taylor Moseley <[email protected]> wrote: > HI My name is Taylor, and I'm exploring orsmr. I was wondering how many > viaroute requests would be considered too many, as I have quite a lot of > data to process, on the order of 15-17 million trips. Not all at once, > maybe a million at a time. I imagine that's too much for the public server, > but my options as far as non-windows machines are likely to be very limited > as I work for the state on a small grant. > I may be able to cut this down my limiting the maximum distance via > geosphere or other packages > > A windows backend would be ideal but that's apparently not supported > anymore. > _______________________________________________ > OSRM-talk mailing list > [email protected] > https://lists.openstreetmap.org/listinfo/osrm-talk >
_______________________________________________ OSRM-talk mailing list [email protected] https://lists.openstreetmap.org/listinfo/osrm-talk
