On Fri, Sep 23, 2011 at 12:02 PM, Simon Slavin <slav...@bigfraud.org> wrote:

> Not a problem.  If your platform allows it, and your compiler can make it
> happen, do it.  Problems related to that stuff come down to multi-process
> and multi-thread oversights, not using the same library from many apps.
>

A tiny expansion to that: someone recently reported a problem when serving a
singleton db instance from a DLL  (he was getting 2 different instances of
the singleton, IIRC), but that's not an sqlite3-specific problem.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to