Bug 5453 - Storing session store to disk can take a long time
Summary: Storing session store to disk can take a long time
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: VSM Server (show other bugs)
Version: 4.3.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-02 11:02 CET by Karl Mikaelsson
Modified: 2023-04-11 14:56 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Karl Mikaelsson cendio 2015-03-02 11:02:14 CET
This is an alternate solution to bug 5451. Instead of trying to work around large writes by scheduling them far apart, we could look at scrapping pickle for something that's more capable than just "load/dump a data structure from/to file".

SQLite looks like a great replacement, but I'm not sure if it's bundled with all Python installations yet.

Note You need to log in before you can comment on or make changes to this bug.