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

2009-07-23 Thread ricardo13
uoted. It is > extremely difficult to read what you are asking. > > worker.c is a MPM, which the docs say: > > The server ships with a selection of Multi-Processing Modules > (MPMs) which are responsible for binding to network ports on the > machine, a

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

2009-07-23 Thread ricardo13
> > worker.c is a MPM, which the docs say: > > The server ships with a selection of Multi-Processing Modules > (MPMs) which are responsible for binding to network ports on the > machine, accepting requests, and dispatching children to handle > the requests. > > The request_rec is not setup until the socket is handled by a child > 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-in-worker.c-tp24496166p24626078.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-23 Thread Tom Evans
On Thu, 2009-07-23 at 05:59 -0700, ricardo13 wrote: > Hi, > > > ricardo13 wrote: > > > > > > > > Eric Covener wrote: > >> > >> On Sun, Jul 19, 2009 at 11:50 PM, ricardo13 > >> wrote: > >> > One question for I undestand the sequence of hooks. > Do It means that firstly worker.c proc

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

2009-07-23 Thread ricardo13
i, > > Subscribe with a mail client, the misquoted replies (via gmail) are > not worth the effort to read. > > -- > Eric Covener > cove...@gmail.com > > -- View this message in context: http://www.nabble.com/How-do-I-manipulate-request_rec-Object-in-worker.c-tp24496166p246

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

2009-07-23 Thread Houser, Rick
>, >>, etc. would fix the problem. Thanks, Rick Houser Auto-Owners Insurance Systems Support (517)703-2580 -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Thursday, July 23, 2009 9:07 AM To: modules-dev@httpd.apache.org Subject: Re: How do I manipulate re

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

2009-07-23 Thread Eric Covener
On Thu, Jul 23, 2009 at 8:59 AM, ricardo13 wrote: > > Hi, Subscribe with a mail client, the misquoted replies (via gmail) are not worth the effort to read. -- Eric Covener cove...@gmail.com

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

2009-07-23 Thread ricardo13
pulate 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.

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

2009-07-21 Thread Eric Covener
On Tue, Jul 21, 2009 at 8:40 AM, ricardo13 wrote: >> Is pre-connection a hook ? Yes, see mod_example.c -- Eric Covener cove...@gmail.com

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

2009-07-21 Thread ricardo13
e...@gmail.com > > -- View this message in context: http://www.nabble.com/How-do-I-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-21 Thread ricardo13
nd a tutorial about this hooks ?? > I'm reading "The Apache Modules Book". > > 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-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-20 Thread Eric Covener
On Sun, Jul 19, 2009 at 11:50 PM, ricardo13 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, al

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

2009-07-19 Thread ricardo13
uence 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..)?? > > Thank you > Ricardo > > > -- > Eric Covener > cove...@gm

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

2009-07-15 Thread ricardo13
of questions. > > > > Thanks, > > 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-d

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

2009-07-15 Thread Houser, Rick
Thanks, 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 Mo

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

2009-07-15 Thread ricardo13
is 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-requ

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

2009-07-15 Thread ricardo13
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-requ

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

2009-07-15 Thread Ray Morris
> 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

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

2009-07-15 Thread ricardo13
up that my idea !!! > I think it's very difficult. It's impossible prioritize socket in a > reverse proxy. > I cannot. > > Thank you > Ricardo > > -- > Eric Covener > cove...@gmail.com > > -- View this message in context: http://www.nabble.com/How-

How do I manipulate request_rec Object in worker.c

2009-07-15 Thread ricardo13
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.