Getting Started
Worker Model
By default, the web service starts with one worker process. Each worker handles documents in a single-threaded mode that means that it can process only one request at a time. The number of workers is limited by available hardware resources and the license type.
See also: Constructing High-Load Installation
Licensing
For the Face SDK web service, Online and Software licensing models are available.
See also: How to perform the licensing service health check
Prerequisites
The recommended machine settings are 1CPU and 3Gb RAM per worker.
Versioning
The version A.B.C.D-cpu/gpu
is composed of:
A.B
for the Regula SDK versionC
for the neural network versionD
for the service wrapper versioncpu
orgpu
for the version configuration
For example, a version 3.2.325.304-gpu
should be interpreted as follows:
3.2
is the Regula SDK version325
is the current neural network version304
is the web service wrapper versiongpu
is the version configuration