Re: How do I manipulate request_rec Object in worker.c

2009-07-23 Thread ricardo13
thread/process, and so outside of the scope of worker.c Can you re-explain, clearly, exactly what it is you are trying to achieve? I understand it is some sort of QoS load balancing. Tom -- View this message in context: http://www.nabble.com/How-do-I-manipulate-request_rec-Object

Re: How do I manipulate request_rec Object in worker.c

2009-07-21 Thread ricardo13
you 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-tp24496166p24584482.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.

Re: How do I manipulate request_rec Object in worker.c

2009-07-21 Thread ricardo13
-manipulate-request_rec-Object-in-worker.c-tp24496166p24586921.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.

Re: How do I manipulate request_rec Object in worker.c

2009-07-20 Thread Eric Covener
On Sun, Jul 19, 2009 at 11:50 PM, ricardo13ricardoogra...@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,

Re: How do I manipulate request_rec Object in worker.c

2009-07-19 Thread ricardo13
other modules processes the hooks (post_read_request, translate_name, map_to_storage, etc..)?? Thank you 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-tp24496166p24563523.html Sent

How do I manipulate request_rec Object in worker.c

2009-07-15 Thread ricardo13
://www.nabble.com/How-do-I-manipulate-request_rec-Object-in-worker.c-tp24496166p24496166.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.

Re: How do I manipulate request_rec Object in worker.c

2009-07-15 Thread Ray Morris
request_rec object. How do I do this ?? Thank you Ricardo -- View this message in context: http://www.nabble.com/How-do-I- manipulate-request_rec-Object-in-worker.c-tp24496166p24496166.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.

Re: How do I manipulate request_rec Object in worker.c

2009-07-15 Thread ricardo13
in worker.c My doubt about this is because worker.c manipulates only sockets and doesn't request_rec object. How do I do this ?? Thank you Ricardo -- View this message in context: http://www.nabble.com/How-do-I- manipulate-request_rec-Object-in-worker.c-tp24496166p24496166.html Sent

RE: How do I manipulate request_rec Object in worker.c

2009-07-15 Thread Houser, Rick
, Rick Houser Auto-Owners Insurance Systems Support (517)703-2580 -Original Message- From: ricardo13 [mailto:ricardoogra...@gmail.com] Sent: Wednesday, July 15, 2009 10:23 AM To: modules-dev@httpd.apache.org Subject: Re: How do I manipulate request_rec Object in worker.c Ray Morris wrote

RE: How do I manipulate request_rec Object in worker.c

2009-07-15 Thread ricardo13
Insurance Systems Support (517)703-2580 -Original Message- From: ricardo13 [mailto:ricardoogra...@gmail.com] Sent: Wednesday, July 15, 2009 10:23 AM To: modules-dev@httpd.apache.org Subject: Re: How do I manipulate request_rec Object in worker.c Ray Morris wrote: I