"zze-ContentLab MARTINEAU Y ext RD-SIRP-REN" <[EMAIL PROTECTED]> wrote:
> Here is what I have been told regarding the application:
> 
> "A newer version of sqlite3-dev ( > 3.2.1) would not work. This problem =
> is due to SQL requests threading. Newer versions force user to open a =
> new connection for each Thread. We did not take the time to adapt our =
> code."
> 

They have that backwards.  Older versions do not allow
database connections to be passed across threads due to
bugs in Linux.  There is a work-around for that bug
beginning in version 3.3.1.

You should use the latest release.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to