On Mon, 2007-08-13 at 14:31 +0200, Anders Rune Jensen wrote:
> Hi
> 
> I got an error today. Seems there's some code still using the old sql
> procedure GetFileContents (tracker-dbus-files.c:405). This procedure
> seems to have been removed somewhere between 0.54 and 0.6. svn log and
> Changelog file was no help.
> 

yes we plan to reimplement it

I am currently recoding some of things to use sqlite's new incremental
blob IO to stream stuff (which will mean you will need sqlite 3.4 or
higher to run future tracker versions)

We also plan on using alloca in conjunction with blob streaming to
prevent heap memory growing - I hope windows and solaris supports alloca
natively! (they must also support setting of thread stack sizes too for
this to work correctly)

jamie


_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to