LWN.net Logo

Integrated color management with colord

Integrated color management with colord

Posted Sep 29, 2011 11:32 UTC (Thu) by cortana (subscriber, #24596)
In reply to: Integrated color management with colord by quotemstr
Parent article: Integrated color management with colord

A bunch of text files would have to be read in and parsed when the daemon starts up. A database format eliminates this problem, and SQLite in particular means that it's easy to migrate the on-disk data when the schema changes.


(Log in to post comments)

Integrated color management with colord

Posted Sep 29, 2011 12:49 UTC (Thu) by dlang (✭ supporter ✭, #313) [Link]

sorry, the database on-disk format also needs to be read in and parsed. it doesn't store a language specific memory structures in the database.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds