Open freyacodes opened 7 years ago
I say throw stuff at the database and see what it can handle. With the current setup I'm only worried about memory. This is Java, you always worry about memory in Java.
If memory becomes a problem we can probably live with just 32 connections.
We have a persistent queue system, only that's it's broken and thus disabled.
I'm thinking of rewriting this, but with an SQL table instead of the filesystem. Thoughts?