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 |
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 |
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?