bistromath / gr-air-modes

Gnuradio Mode-S/ADS-B radio
This project implements a Mode S receiver for the Gnuradio software-defined radio project. It is designed to receive Mode S transmissions from aircraft and decode them to a human-readable format, including ADS-B information messages such as position and a
GNU General Public License v3.0
445 stars 129 forks source link

modes_kml: fix case where KML generation thread dies #20

Closed jmcorgan closed 12 years ago

jmcorgan commented 12 years ago

SQLite does not deal well with concurrency. Avoid database locked errors by synchronizing database access using a threading.Lock().