On Thu, Nov 8, 2012 at 7:05 AM, Ogaard, Ommund UTCFS <
ommund.oga...@autronicafire.no> wrote:

> Hi
>
> We are planning to upgrade the SW on our Atmel AVR32 AP7000, buildroot and
> uclib based embedded system. The functionality of sqlite seems to fit well,
> but I'm a bit concerned about how well it will work with the Linux threads
> library we are stuck with for this architecture. It seems to be impossible
> to get NPTL implemented.
>
> Will Linux threads be OK if we only use sqlite in a single threaded
> environment? Which version of sqlite will be best fitted for this
> environment?
>

SQLite dropped full support for Linux Threads in version 3.7.0.  However,
all the latest versions of SQLite should still work on Linux Threads as
long as you never move a database connection from one thread to another.
That requirement is trivially met if you are single threaded, so you should
be fine using the very latest SQLite.

>
> Best regards
> Ommund Øgård
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to