# ngx_thread **Repository Path**: jxva/ngx_thread ## Basic Information - **Project Name**: ngx_thread - **Description**: example of nginx thread pool code - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2017-03-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ngx_thread example of nginx thread pool code gcc -g -o main main.c ngx_thread.c ngx_thread_pool.c flog.c -lpthread