The point of this is to replace something that is technologically simple (.xml file) with something that is slightly less simple but more powerful, the problem with using a full DB is it's heavy and it's complicated to support on 1 target platform (Windows, OSX, Linux).
For lack a good option, I'd probably do the work in the GUI thread and then try to optimize the hell out of the SQLite settings (i.e. load the whole thing in memory [ http://www.sqlite.org/inmemorydb.html ] and back it up to disk every so often [ http://www.sqlite.org/backup.html Example 1]). Are there situations were a non-UI event would trigger a DB update? Cheers, -G On 2009-11-23, at 5:27 AM, Andreas Pflug wrote: > I don't know whether firebird will be able to support multiple > connections when embedded either; I wouldn't be surprised if not. > Why not use a normal database server? Of corse, I'd suggest PostgreSQL > for that. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
