|
Currently, our LEADTOOLS v15
barcode engine supports multi-threading. Also, loading TIFF images into LEADTOOLS
supports multithreading too. If these are the only features you need (and you
don't need OCR or PDF, for example), your application should work. However, I
strongly recommend you test using the free evaluation edition of the toolkit
before you build your actual application.
In case you want to support a feature that doesn't
work with multi-threading, you could change your design so that every request
is handled in a different process on the server instead of multiple threads in
the same process. This way, even OCR and PDF should work.
Qasem Al-Lubani LEAD Technical Support www.leadtools.com
|