ok..thanx for that..now if process A is writing into the database, and
process B attempts to write, does sqlite take note of B's attempt and gives
the permission to B when A is done? like would it be a queue that the first
process that attempted to write should be given priority to write? or is it
that when process A is done, then process C attempts to write, C is given
the permission to write even though process B attempted to write first than
C?


Sreedhar.a 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?..
> 
> --Yes
> 
> -Sreedhar
> 
> 
> 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]
>> ----------------------------------------------------------------------
>> -------
>> 
>> 
>> 
> 
> --
> View this message in context:
> http://www.nabble.com/commit-and-rollback-tf4804976.html#a13991789
> Sent from the SQLite mailing list archive at Nabble.com.
> 
> 
> ----------------------------------------------------------------------------
> -
> To unsubscribe, send email to [EMAIL PROTECTED]
> ----------------------------------------------------------------------------
> -
> 
> 
> 
> 
> -----------------------------------------------------------------------------
> To unsubscribe, send email to [EMAIL PROTECTED]
> -----------------------------------------------------------------------------
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/commit-and-rollback-tf4804976.html#a13992544
Sent from the SQLite mailing list archive at Nabble.com.


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

Reply via email to