chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
22 stars 13 forks source link

batch parallel calculation with trRouting do not need to spawn multiple trRouting anymore #847

Closed greenscientist closed 7 months ago

greenscientist commented 7 months ago

With recent changes, trRouting can now handle requests in multiple threads. Instead of spawning multiple tRouting when doing batch parallel calculation, we can now juste start one with the --threads option set accordingly.