[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: About the gambas web apps
[Thread Prev] | [Thread Next]
- Subject: Re: About the gambas web apps
- From: T Lee Davidson <t.lee.davidson@xxxxxxxxx>
- Date: Wed, 26 Mar 2025 09:40:22 -0400
- To: user@xxxxxxxxxxxxxxxxxxxxxx
On 3/26/25 7:41 AM, Christof Thalhofer wrote:
If you have concurrent (write-) requests to the database you have to implement a locking mechanism.
Are you talking about concurrent (write-) requests within the same user session/connection? Or, concurrent (write-) requests to a SQLite database? Or both? Because, AFAIK, the more known database engines like MySql/MariaDB and PostGreSQL have their own locking mechanisms to handle concurrent (write-) requests from different connections (whereas SQLite does not), but not for concurrent requests from the same connection.
-- Lee --- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ---- --- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----
Re: About the gambas web apps | Christof Thalhofer <chrisml@xxxxxxxxxxx> |
About the gambas web apps | gaucho <64xcode@xxxxxxxxx> |
Re: About the gambas web apps | Christof Thalhofer <chrisml@xxxxxxxxxxx> |