archived-bot icon indicating copy to clipboard operation
archived-bot copied to clipboard

Fix persistent queues

Open freyacodes opened this issue 8 years ago • 2 comments

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?

freyacodes avatar Apr 12 '17 21:04 freyacodes

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.

schnapster avatar Apr 12 '17 23:04 schnapster

If memory becomes a problem we can probably live with just 32 connections.

freyacodes avatar Apr 13 '17 09:04 freyacodes