George Toft via PLUG-discuss said on Thu, 29 Dec 2022 20:03:14 -0700 >I made a mistake in an application by using SQLite3.  I read about >SQLite's advantages over MySQL in that it has no network stack, so >it's faster.  My testing showed that was kinda true - it was faster >mostly, until multiple tasks started accessing the database >concurrently.  I think the original recommendation for SQLite was for applications either local to the computer, or accessed by only a few and not every few seconds. It was a way to gain the advantages of dBase when using other languages. Obviously a heavily hit application should use a real database. SteveT Steve Litt Autumn 2022 featured book: Thriving in Tough Times http://www.troubleshooters.com/bookstore/thrive.htm --------------------------------------------------- PLUG-discuss mailing list: PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings: https://lists.phxlinux.org/mailman/listinfo/plug-discuss