You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that ovpn-radius/main/src/database.go does not address concurrent access of the sqlite3 DB likely leading to DB corruption.
Maybe something like system V semaphores would be a good idea?
The text was updated successfully, but these errors were encountered:
schwichtgit
changed the title
Enhance ovpn-radius/main/src/database.go to support concurrent multi process use of the ovpn-radius
Enhance ovpn-radius/main/src/database.go to support concurrent multi process use of ovpn-radius
Aug 14, 2024
Thanks for your work on this!
It seems that ovpn-radius/main/src/database.go does not address concurrent access of the sqlite3 DB likely leading to DB corruption.
Maybe something like system V semaphores would be a good idea?
The text was updated successfully, but these errors were encountered: