Is there a way to install multiple instances of Overpass on the same
machine?

I'd like to have an API endpoint for the world (w/out metadata), and
then another API endpoint for local use (w/ metadata). E.g.
http://example.com/world/interpreter?data=… and
http://example.com/local/interpreter?=data=….

I'm mostly everything figured out (e.g. database imports) except running
multiple instances of the dispatcher. And if I got that running, I
haven't figured out how to get the CGI scripts to communicate to that
other dispatcher.

Communication between CGI script and dispatcher happens over a shared
memory segment (in /dev/shm), but the name of these appear to be
hardcoded in src/overpass_api/core/settings.cc. Is there a way to
override these so I can run multiple copies of Overpass without having
to compile different copies?

-- 
Samat K Jain <http://samat.org/> ▪ GPG: 0x4A456FBA

-- 
Samat K Jain <http://samat.org/> ▪ GPG: 0x4A456FBA

_______________________________________________
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev

Reply via email to