Thank you Simon!

How did you get concurrent connections? (about)

Le 3 nov. 2011 à 14:32, Simon Slavin a écrit :

> 
> On 3 Nov 2011, at 1:22pm, Paxdo Presse wrote:
> 
>> What do you think of SQLite with WAL mode? 
>> 
>> Is it reliable? 
>> 
>> It is for a web application. 
>> 
>> The database is hosted on a single computer, but there may be multiple 
>> simultaneous connections via Internet (and LAN).
>> All users access to database via a web browser.
>> 
>> In your opinion, how about concurrents access can handle this database? 
> 
> All my experience with this is using PHP's 'sqlite3' object interface.  That 
> works fine for me (once I put the TimeOutWait up to 1000 milliseconds).  But 
> my server is for internal use only and has hundreds, not tens of thousands of 
> users.
> 
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to