Hi,

I am writing an open source database library, and I would like to add an sqlite
backend to it. I have checked out the documentation and found information about
using sqlite in async mode with threads, but I am wondering if there is any
(somewhat) easy way to get direct fd access and maintain asyncronicity without
threads.

I have read through the source a bit, and I am guessing that this is
unlikely to be possible due to the heavy use of mmap, but I thought I would mail
and ask anyway :)

-- 
Mike Blumenkrantz
Zentific: NULL pointer dereferences now 50% off!
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to