You can use the SQLITE_BUSY returned by sqlite3_step to synchronize. Just pause and resubmit the call when you get it.

arbalest06 wrote:
about this synchronization of multiple writers, can you please explain on how
to make this possible? or your just saying that i need to make a daemon that
will eventually synchronize the writers?



John Stanton-3 wrote:
Multiple writers merely have to be synchronized.

arbalest06 wrote:
so there is really no way that multiple processes can write into the
database?..but multiple processes can read at the same time right?..


Igor Tandetnik wrote:
arbalest06 <[EMAIL PROTECTED]> wrote:
q#1: is it possible that multiple users can write into the database
at the same time?
No.

q#2: if users A, B, C are writing to the database at the same time,
They can't.

q#3: if users A, B, C are writing to the database at the same time,
They can't.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------




-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------






-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to