Comment by MyOutfitIsVague
Comment by MyOutfitIsVague 2 months ago
For my extremely specialized case, I use a SQLite database as a message queue. It absolutely wouldn't scale, but it doesn't need to. It works extremely well for what I need it to do.
Have you written up about it? I'd love to read it if so. Thought of using SQLite several times like this but never mustered the courage to try.