multithread.c

The multithread.c example program is for use on the Linux platform.

This sample program demonstrates the use of multiple eduction sessions associated with a single eduction engine running in parallel.

This program takes arguments of the names of the text files to process. The program has the following stages:

  1. The program creates and configures an eduction engine.
  2. The program creates a worker thread for each text file.
  3. The worker thread starts with the eduction engine and the text file. This worker thread:

  4. The main program then waits for each thread to finish extraction, exit, and join.

_FT_HTML5_bannerTitle.htm