Bug 3313 - slow pkcs11-operations locks up the client interface
Summary: slow pkcs11-operations locks up the client interface
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Client (show other bugs)
Version: pre-1.0
Hardware: PC All
: P2 Enhancement
Target Milestone: MediumPrio
Assignee: Peter Åstrand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-06 13:17 CET by Pierre Ossman
Modified: 2019-05-14 12:51 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2009-11-06 13:17:00 CET
Scanning a smart card can take a very long time and with the current design the UI is completely non-responsive during this time. As the PKCS11 interface doesn't leave any room for periodic pauses for ui updates our only option to fixing this is to run those operations in a separate thread (or process, but it's probably not worth it).

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