Hi, My idea's create queues for prioritize requests, so I would want handle requests (perfectly as worker.c, but not handle sockets). File worker.c adds and removes sockets in a queue. I want to create two queues of request where there is 2 threads. One thread adds request, according classification, and another threads "gets" a request and process it.
This picture shows exactly my idea. http://www.nabble.com/file/p24645448/imagem.jpg I developed a module using post_read_request hook, but doesn't work because each request, the module create 2 threads, 2 queues, et cetera. This is my doubt. Thank you Ricardo -- View this message in context: http://www.nabble.com/Problems-in-my-module-tp24645448p24645448.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.