zlacker

[parent] [thread] 0 comments
1. xupybd+(OP)[view] [source] 2021-06-12 19:47:14
Most web apps I've worked on have had queues in the database. The operational simplicity of only having a database has far outweighed the code complexity of using the relational database as a queue. However the performance would not have scaled. Luckily the performance was well above peak load of the actual systems.
[go to top]