Hi, I'm using Worker MPM and would like to implement a module that uses 2 threads and one array. The first thread works adding requests in array. Just it. And second thread schedules requests in array to processing.
I used post_config() hook for initialize structures and creates threads. What hook do I use for threads ?? Because if I initialize in post_config, how thread run after post_request_read and before content generator ?? Thank you Ricardo -- View this message in context: http://www.nabble.com/Threads-tp24697041p24697041.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.