Hi, A small bug for the compilation was in the tarball. It is corrected. You can get this new version from [1]. But use the option --enable-threadsafe because --disable-threadsafe will disappear in a first version. This version is threadsafe and allows parallel clients requests. Threadsafe and parrallel executions are not incompatibles if the mutex are at good places. I hope this will work fine now.
[1] http://damien.sauveron.free.fr/ Regards, Damien Sauveron > > One or two month ago I have added the support in parallel of readers > > but it was useless because we did not have this new clients > management > design. Now we will get better performance. > > I will try to do a complete benchmark tomorrow. > > We have a speedup of 8. > > This benchmark uses: > > - 9 GemXPresso PRO 64 PK > - the generic CCID Driver > - 9 Cardman 3121. > Testing SCardListReaders : Command successful. > Reader 01: CardMan 3121 0 0 > Reader 02: CardMan 3121 1 0 > Reader 03: CardMan 3121 2 0 > Reader 04: CardMan 3121 3 0 > Reader 05: CardMan 3121 4 0 > Reader 06: CardMan 3121 5 0 > Reader 07: CardMan 3121 6 0 > Reader 08: CardMan 3121 7 0 > Reader 09: CardMan 3121 8 0 > > I have 9 threads where each one has its own context and where it selects > 50 times the Card Manager of a Java Card. > > --------------------------------------------------------------- > With PC/SC Lite 1.2.0 the test spends: > Tests Completed Successfully ! > > real 1m8.375s > user 0m0.080s > sys 0m0.060s > > --------------------------------------------------------------- > With PC/SC Lite with new clients management [1] the test spends: > Tests Completed Successfully ! > > real 0m8.148s > user 0m0.010s > sys 0m0.020s > > --------------------------------------------------------------- > > Regards, > > [1] http://damien.sauveron.free.fr/ > > -- > 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 > ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
