Also, because i'm curious and have DB spcialists here, why is the whole
stuff file based and would a dedicated DB server or a Redis server help?
File based: it's simpler and good enough.
We used to ship with MySQL for a while, but maintaining MySQL in the
background on Windows in a user friendly package wasn't easy.
Redis: isn't a general purpose database, and certainly not SQL.
But you should be able to use MySQL, if you wanted to give it a try.
Would be interesting if that would turn out to be faster. One advantage
certainly would be that it would use another core on today's multi-core
systems, whereas SQLite is running inside the single LMS thread.
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins