Searched refs:use_worker_threads (Results 1 – 2 of 2) sorted by relevance
60 char *use_worker_threads = getenv (NTXT ("SP_USE_WORKER_THREADS")); in Application() local61 if ((NULL != use_worker_threads) && (0 == strcasecmp (use_worker_threads, NTXT ("no")))) in Application()