What is the impact of several hundreds of concurrent users inserting finger print records or running the matching algorithm?
It treats incoming requests in FIFO order (first in first out). Some requests run in parallel in order to guarantee the optimal usage of all present processor cores (AddFingerprint function). All functions of our products are thread safe. In client/server environment (ExpressID AFIS), in order to guarantee the best performance, the extraction is done on client, only the identification is performed on server.