glidernet / ogn-python

A gateway with built-in database for the Open Glider Network (OGN)
http://glidernet.org
GNU Affero General Public License v3.0
17 stars 4 forks source link

Decouple gateway from database #75

Closed Meisterschueler closed 4 years ago

Meisterschueler commented 4 years ago

Under heavy workload the gateway should not be blocked by the database. Solution: write raw aprs messages into redis database and proceed these messages in another process.

Meisterschueler commented 4 years ago

Resolved with #151