conveyal / analyst-server

DEPRECATED; see https://github.com/conveyal/analysis-ui
MIT License
37 stars 6 forks source link

Cannot run Geom2GTFS jobs simultaneously #262

Closed mattwigway closed 8 years ago

mattwigway commented 8 years ago

Geom2GTFS main has a static GTFSQueue which is shared between all running jobs in the same JVM, causing concurrent modification issues and other badness.