Today, I have release a version of the new implementation of clients management. It is always available on my web page [1].
This version solves a DEADLOCK's problem and only authorized the thread who had created a context to release it.
Thus the features are:
- differents processes (i.e. applications) can access to differents readers in parallel,
- differents threads can access to differents readers in parallel if each has created its own context (SCardEstablishContext),
- if differents threads share a same context there is a mutex on the context and operations are serialized,
- only the thread who had created a context can release it.
I wait your feedbacks if you have some problems or some success.
[1] http://damien.sauveron.free.fr/
Best regards,
-- Damien Sauveron ---------------------------------------- LaBRI, Universit� Bordeaux 1 351, cours de la Lib�ration 33405 Talence cedex France T�l. On demand - Fax. +33 5 40 00 66 69 ----------------------------------------
_______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
