transitland / gtfs

Ruby library for dealing with GTFS. Used by Transitland's FeedEater import pipeline.
8 stars 6 forks source link

Fix subprocess leak #24

Closed irees closed 8 years ago

irees commented 8 years ago

Use IO.popen with block to avoid process leaks (Bad Things Happen).