> * Which version of the source should I use? The amalgamized source
> isn't really useful

Why it's not useful for you if it contains all the functionality SQLite have?

> * Where are pages read and written? I found the page-cache, but not
> the functions that read/write those pages to disk.

You are looking for the VFS layer. Look for functions unixWrite,
unixRead, winWrite, winRead.


Pavel


On Fri, Apr 8, 2011 at 3:11 PM, Clemens Eisserer <linuxhi...@gmail.com> wrote:
> Hi,
>
> I would like to create a version of sqlite, which includes a few
> changes to the way pages are loaded and written to disk.
>
> * Which version of the source should I use? The amalgamized source
> isn't really useful, however for all other source-archives its stated
> its not recommended using.
>
> * Where are pages read and written? I found the page-cache, but not
> the functions that read/write those pages to disk. A small hint would
> be really helpful :)
>
> Thanks a lot, Clemens
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to