Kevin Kreiser
Kevin Kreiser
sorry i have been absent a while. i'm going to keep this issue open until i find time to properly spend looking into it. seems like something inherent to multithreading...
i dont know if this is an option for you, but when we run this in production we dont run it as a single process, for the sake of fault...
oh i should mention when i say processes i mean each is its own stand alone program, no forks or any nonsense like that
i've just merged a pr by @LaGrunge who found that were free'ing inside of an assert, which means only debug builds were actually free'ing... this sounds very much related to...
@oxidase this doesnt look too bad. ill clean it up. maybe its a good time to switch prime_server over to a third party dependency in valhalla. i presume it will...
@rinigus i think we can find something that works here. the `valhalla::tyr::actor` class has all of the functionality for each API wrapped into a single method. prime_server itself is just...
@rinigus please open an issue in the valhalla repo and I'd be glad to document it further. its basically just if you have a request like: localhost:8002/route?json={"locations":[{"lat":40.5,"lon":-76.5},{"lat":40.0,"lon":-76.0}],"costing":"auto} then you call...