-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 8 de novembro de 2007 12:04 To: sqlite-users@sqlite.org Subject: Re: [sqlite] is safe to use the same database connection at the same time in more than one thread?
>Yes. The wiki page was correct when written but that was >prior to the release of version 3.5.0. OK. Maybe some upgrade the wiki release 3.5.*... >Note that SQLite uses mutexes internally so what will really >happen is one thread will block while the other is using the >database connection. Access to database connections is serialized. >But the application code does not need to concern itself with >the serialization any more. That is now handled automatically >by SQLite. Here is an important point: "Access to database connections is serialized". Thanks for the help. Joaquim ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------