stocky-architect-60633
10/18/2024, 2:17 PMdiskcache
, which relies on SQLite. However, SQLite isn't ideal for simultaneous access from multiple machines and requires additional workarounds.
Here are some thoughts I've come up with:
1. Place the SQLite database on an NFS share (not recommended by SQLite developers, but it might work).
2. Implement PostgreSQL support for diskcache
.
3. Replace diskcache
with a caching solution that supports PostgreSQL or another database.
None of these solutions are perfect, so I would appreciate any suggestions for a better approach.
Thank you!high-park-82026
stocky-architect-60633
10/21/2024, 5:37 PM