This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

OverPassAPI performance

0

HI,

I am new to OverPassAPI, and setup in my local server(using apache). But the performance is very bad.

When I call 100 threads parallel through interpreter, 6 or 7 threads only executed at a time. How do i configure for execute more threads in parallel and improve performance.

cc:@mmd

asked 01 Jun '16, 08:06

Rajavelu_M's gravatar image

Rajavelu_M
253454858
accept rate: 33%

edited 01 Jun '16, 08:51

I seen few dispatcher configurations in https://github.com/drolbr/Overpass-API/blob/master/src/overpass_api/dispatch/dispatcher_server.cc But still performance not improved, also where can i get more details about this dispatcher config?

(02 Jun '16, 06:16) Rajavelu_M

One Answer:

0

One step here might be to configure Apache. Check out stackoverflow.com/questions/13883646/apache-prefork-vs-worker-mpm for more reference.

answered 21 Jun '16, 08:34

poornibadrinath's gravatar image

poornibadrinath
18135
accept rate: 22%

Source code available on GitHub .