Re: [Evolution-hackers] Sqlite cache for address-book storage in EDS

2011-03-09 Thread Milan Crha
On Thu, 2011-03-10 at 12:09 +0530, Chenthill Palanisamy wrote: > file, groupwise, exchange uses EBookBackendDBCache. Hi, do not forget that the DB cache is compiled conditionally, because some distros do not ship libdb. Using SQLite for this was mentioned months ago, only no-one got time t

[Evolution-hackers] Sqlite cache for address-book storage in EDS

2011-03-09 Thread Chenthill Palanisamy
Hi, I was going through the Address-book cache used in EDS while starting to write the address-book backend for EWS. We use EBookBackendCache that stores in the form of xml, EBookBackendDBCache which uses libdb for storing the VCard strings. While EBookBackendSummary stores the information about

[Evolution-hackers] Handy GObject debugging trick

2011-03-09 Thread Matthew Barnes
Long ago and cubicle far, far away I wrote this little debugging enhancement for GObject that collects statistics about instance creation, destruction, etc. by class type and then prints a nicely formatted report when piped through a tool named 'gobject-stats'. My proposal for it got kinda hijacke