Their is problems in a file/function naming :
src/responder.c and its function responder_loop() are not correct anymore… In early dev stage the file & function was doing FCGI_Accept etc. But now the file contain stuff about worker pool handling & the function is the actual pool_handler process main function…
Renaming responder.c in pool.c and responder_loop() in something like pool_handling_loop() should be done.
Their is problems in a file/function naming :
src/responder.c and its function responder_loop() are not correct anymore... In early dev stage the file & function was doing FCGI_Accept etc. But now the file contain stuff about worker pool handling & the function is the actual pool_handler process main function...
Renaming responder.c in pool.c and responder_loop() in something like pool_handling_loop() should be done.
yannweb
added this to the BETA version milestone 5 years ago
Their is problems in a file/function naming : src/responder.c and its function responder_loop() are not correct anymore… In early dev stage the file & function was doing FCGI_Accept etc. But now the file contain stuff about worker pool handling & the function is the actual pool_handler process main function… Renaming responder.c in pool.c and responder_loop() in something like pool_handling_loop() should be done.