[Digikam-devel] Threading in digiKam
Marcel Wiesweg
marcel.wiesweg at gmx.de
Sun May 2 14:30:55 BST 2010
> There is no threading in libface anyways so the only thing left is to
> implement thread safety with simple mutex locks.
Do you use any global-static data structures? Or does OpenCV use them?
Otherwise all will be fine already.
As I wrote before, we'll need reentrant code. If there are singleton classes,
you'll need to mutex-protect them.
More information about the Digikam-devel
mailing list