Hi all,
Can anybody explain what's doing the function worker_thread in worker.c ?
I dont't know APR and don't undestood the following lines:
worker_sockets[thread_slot] = csd;
bucket_alloc = apr_bucket_alloc_create(ptrans);
process_socket(ptrans, csd, process_slot, thread_slot,
bucket_alloc); // Here processing the csd socket ??
worker_sockets[thread_slot] = NULL;
requests_this_child--; /* FIXME: should be synchronized - aaron */
I need know it.
Thank you
Ricardo
ricardo13 wrote:
>
> Anyone ??
>
>
> ricardo13 wrote:
>>
>> Hi all,
>>
>> I would like to know how I create other queue of requests ?? Where I
>> create ?? worker.c ??
>>
>> Thank you
>> Ricardo
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/Where-Do-I-Create-Queues-in-MPM-Worker-tp24354526p24357634.html
Sent from the Apache HTTP Server - Dev mailing list archive at Nabble.com.