I thought SQLite was the best DB when writing little and reading often, so what's the advantage of MySQL here? Only at DB creation might it be better, and even then, you're usually _only_ writing, and I suppose with only one process (I suspect disk access will be the blocking point, not CPU, so no point in MT), so it should be ust as quick...
Anybody with a link to the rationale behind the switch?