Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Multiuser app with SQLite, Dancer2 and CLI

by Anonymous Monk
on Dec 07, 2018 at 15:21 UTC ( [id://1226897]=note: print w/replies, xml ) Need Help??


in reply to Re: Multiuser app with SQLite, Dancer2 and CLI
in thread Multiuser app with SQLite, Dancer2 and CLI

I expect to have much more read accesses than write.

I use AutoCommit => 0, so immediate transactions are used by default. But you made me go through SQLite's documentation (again) : since the DB cannot be read at all while locked for writing, I'll have to deal with SQLITE_BUSY.

In the end, usability will depend mostly on the DB/schema design (fast or slow updates). I'll stick to SQLite for now since I don't have any real-case metrics.

Thanks.

Replies are listed 'Best First'.
Re^3: Multiuser app with SQLite, Dancer2 and CLI
by kaldor (Beadle) on Apr 03, 2019 at 19:23 UTC

    That was me posting here, by mistake as anonymous.

    Again, thank you all for your answers.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1226897]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-24 06:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found