Re: [sqlite] Performance impact for heavy accessing the database file

2009-03-06 Thread Kosenko Max
Ribeiro, Glauber wrote: > If it's all reads, you're fine, but if anyone is writing, all others are > blocked until that transaction is finished. And actually SQLite can't read at the exactly same time in several threads in case it's compiled as a thread safe. -- View this message in context:

Re: [sqlite] Performance impact for heavy accessing the database file

2009-03-03 Thread Ribeiro, Glauber
...@gmail.com] Sent: Monday, March 02, 2009 9:25 PM To: sqlite-users@sqlite.org; sqlite-...@sqlite.org Subject: [sqlite] Performance impact for heavy accessing the database file Hi, How is the SQLite performance when a lot number of concurrent users access the database file? Thanks, Ev

Re: [sqlite] Performance impact for heavy accessing the database file

2009-03-02 Thread P Kishor
On Mon, Mar 2, 2009 at 9:24 PM, Eversogood wrote: > Hi, > > How is the SQLite performance when a lot number of concurrent users access > the database file? > why? what have you experienced? Puneet. ___ sqlite-users mailing list

[sqlite] Performance impact for heavy accessing the database file

2009-03-02 Thread Eversogood
Hi, How is the SQLite performance when a lot number of concurrent users access the database file? Thanks, Ev ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users