in reply to Simultaneous access to the tk script
SQLite may support limited concurrent access, but it is intended to be embedded. Better switch to a "real" database like PostgreSQL that really supports concurrent access. If you use DBI, it's not much more than changing the arguments of DBI->connect(). And of course, installing PostgreSQL or find another existing database server (almost everyone is supported by DBI) where you can an account.
See also Re^2: What is your favourite Linux or cross-platform database?, Re^2: Perl and Database, and Re^2: What is the best Perl library to use to connect and access MSSQL2008 Database from winXP PC?.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Simultaneous access to the tk script
by Anonymous Monk on Jun 03, 2018 at 17:28 UTC | |
|
Re^2: Simultaneous access to the tk script
by Anonymous Monk on Jun 01, 2018 at 22:42 UTC |