Q-5-1. I understand D-Type is reentrant. What is the advantage of a reentrant API?
D-Type does not use global variables. This means that your application can initialize more than one instances of D-Type Engine and have threads that use those instances simultaneously. This is important in certain types of server-side applications.