Previous
Index
Next
Thread-safety -- suggested policy
Open FCM file(s), create model instance(s), and obtain handles in a master thread
Assign each
FCM_MODEL
to a single subthread
Alternately, use mutexes to protect
FCM_FILE
and
FCM_MODEL
handles between threads
Previous
Notes
Next