Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using multiple usb readers reduce read/write speeds #67

Closed
maysam-shirazi opened this issue Aug 11, 2019 · 2 comments
Closed

Using multiple usb readers reduce read/write speeds #67

maysam-shirazi opened this issue Aug 11, 2019 · 2 comments

Comments

@maysam-shirazi
Copy link

I'm using ubuntu 16 with Java 1.8 to run my app to read/write some smart cards with GemPC usb readers. I found that everything is ok when I'm using a single reader, so when I add new reader two read/write two cards synchronously duration is doubled. it seams that usb readers do not work parallel and APDU commands are in one queue for all of usb readers! I test it in Microsoft WIN7 so it's working(parallel process for multiple usb readers).
I'll appreciate for any help.

@LudovicRousseau
Copy link
Owner

I think it is a bug/limitation of the Java PC/SC API.

@LudovicRousseau
Copy link
Owner

You may want to use https://github.com/intarsys/smartcard-io instead of the implementation from Oracle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants