Hi,

ricardo13 wrote:
> 
> 
> 
> Eric Covener wrote:
>> 
>> On Sun, Jul 19, 2009 at 11:50 PM, ricardo13<ricardoogra...@gmail.com>
>> wrote:
>> 
>>>> One question for I undestand the sequence of hooks.
>>>> Do It means that firstly worker.c processes sockets (accept
>>>> connections),
>>>> after other modules processes the hooks (post_read_request,
>>>> translate_name, map_to_storage, etc..)??
>> 
>> Yes, although there are connection-related hooks that run in-between
>> the two things you mentioned.
>> Is pre-connection a hook ?
>> 
>> What's the best hook for manipulate a pool of requests ??
>> 
>> I've understood that hooks like as (post_read_request, create_request,
>> ...) manipulates ONLY ONE request. 
>> Now, I would like to manipulate sockets as worker.c, but manipulate
>> requests object before the content generator.
>> 
>> Thank You
>> Ricardo 
>> Ricardo
>> 
>> -- 
>> Eric Covener
>> cove...@gmail.com
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-do-I-manipulate-request_rec-Object-in-worker.c-tp24496166p24625213.html
Sent from the Apache HTTP Server - Module Writers mailing list archive at 
Nabble.com.

Reply via email to