gis-ops / pyvalhalla

High-level Python bindings to the Valhalla routing framework.
GNU General Public License v2.0
58 stars 4 forks source link

Thread safe #32

Closed bencz closed 9 months ago

bencz commented 9 months ago

Hi! The "Actor" is thread safe ?

nilsnolde commented 9 months ago

Nope

bencz commented 8 months ago

Right! So, if I want to implement a gRPC/HTTP API using pyvalhalla, I need to create an actor in each request?