# ngx_thread **Repository Path**: laozi2/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**: 7 - **Forks**: 2 - **Created**: 2017-03-14 - **Last Updated**: 2025-02-25 ## Categories & Tags **Categories**: web-service **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