[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About the gambas web apps


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] ----


Follow-Ups:
Re: About the gambas web appsChristof Thalhofer <chrisml@xxxxxxxxxxx>
References:
About the gambas web appsgaucho <64xcode@xxxxxxxxx>
Re: About the gambas web appsChristof Thalhofer <chrisml@xxxxxxxxxxx>