Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: SmartCoin - A simple, robust mining system for Linux. [NOW WITH FAILOVER!]
by
Fletch
on 12/07/2011, 08:15:37 UTC
- procmail dependency eliminated!
- Errored sql queries will retry  until they succeed (without locking mechanism)
Shouldn't it retry the query only if it gets the "database is locked" error? I mean, if a more serious error occurred, it would just keep pounding the database in an endless loop, would it not?

I'm still curious what is causing the locking issues in the first place. It really shouldn't be an issue for low traffic database stuff such as this.