Philip Meyer;424610 Wrote: 
> If you need to run several SC servers, you could have several DB's in
> one MySQL instance.

SQLite isn't a separate process, so if you have 10 SqueezeCenters
running, it's not like you then have 10 database servers running. 
SQLite is just a set of library routines that will execute within the
SqueezeCenter process itself.  The biggest trade-off will most likely be
in concurrency.  If you had multiple users browsing and playing music
through multiple Squeezeboxes, then I could see some performance issues
accessing and using the same SQLite library.  Luckily, though, as peterw
implies, once the database is built through a library scan, most of the
access to the library is read-only.


-- 
JJZolx

Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=63421

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to