http://qs321.pair.com?node_id=1226802


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

++ for this approach: I'd add that you could (with a varying level of effort depending on the actual code) expose a REST API (XML/JSON) and having whatever client connecting to the "core" app through HTTP!

In any case I'd recommend to swap SQLite for multi-user RDBMS, or you're destined to hit a bottleneck.