RE: [sqlite] Concurrency management

2005-03-23 Thread Steve O'Hara
herefore, there is no way of knowing the order in which your requests will get satisfied. Steve -Original Message- From: Ricaldone Simona-ASR008 [mailto:[EMAIL PROTECTED] Sent: 23 March 2005 16:21 To: 'sqlite-users@sqlite.org' Subject: [sqlite] Concurrency management Hi al

[sqlite] Concurrency management

2005-03-23 Thread Ricaldone Simona-ASR008
Hi all, sorry but I'm new with SQLite. I have tried to find an answer to the following question but unfortunatelly I did't yet found it within the previous discussions. In details my question is the following: Scenario: - platform: Linux ARM machine; - application development language: C++; - th