[OSRM-talk] osrm performance with multiple threads is confusing me

2015-11-12 Thread Peter Becker
I'm a little bit confused. i have load the map in memory with osrm-datastore und run one instance with "osrm-route --shared-memory=yes -t 1 -p 5000" with only one thread, one cpu-core raise up tzo 90% and i get ~500 routes per second if i set thread count to more then 2 or more "osrm-route

Re: [OSRM-talk] How to disable all ferry routes?

2015-11-12 Thread Julien Coupey
Hi As I'm curious about this thread, I gave the proposed solution a try. On the same osm.pbf data for France, I compared the default car profile with the same profile modified with mode_ferry = 0 on line 151. The modified profile does prevent routing through some ways tagged as "route":

Re: [OSRM-talk] osrm performance with multiple threads is confusing me

2015-11-12 Thread Patrick Niklaus
Query performance is also limited by disk performance as part of the RTree that is used for the nearest neighbor lookup is on disk. You might want to check your IO stats as well. On Thu, Nov 12, 2015 at 3:55 PM, Daniel Patterson wrote: > Hi Peter, > > How are you performing

Re: [OSRM-talk] osrm performance with multiple threads is confusing me

2015-11-12 Thread Daniel Patterson
Hi Peter, How are you performing the tests? From the same machine, or from another machine over the network? OSRM responses are usually around 5-20ms. If you're doing some analysis of the results, on the same machine, it's possible that your tests themselves are CPU limited. Can you

Re: [OSRM-talk] osrm performance with multiple threads is confusing me

2015-11-12 Thread Peter Becker
iotop: 0% 2015-11-12 16:53 GMT+01:00 Peter Becker : > Client: different machine over network, Windows 8.1, .Net App with 4 > Cores (Ivy Bridge), Tested with 4, 8, 20 Threads parallel > Server: Hyper-V-Instance, Haswell 4 Core's, 8 GB RAM, Ubuntu 14.04. > LTS, Samsung 512 GB