[EMAIL PROTECTED] wrote: >On Tue, 17 Jul 2001, Brian Pane wrote: > >>Is there anything that actually uses the >>headers_out or err_headers_out fields in >>the request_rec that's created for a subrequest? >>Anything written to these fields appears to >>be discarded upon completion of the subrequest. >>We could save a couple of apr_table_make calls >>per subrequest if the httpd didn't have to >>create these two tables. >> > >You can't save those calls, because that would require every module in the >world to check to see if the table had been made before it tried to add >something to it. Remember that a sub-request goes through the same basic >logic as a real request. > so should we fix the code so that the headers_out/err_headers_out of a subrequest gets merged into the parents request? > > >Ryan > >_____________________________________________________________________________ >Ryan Bloom [EMAIL PROTECTED] >Covalent Technologies [EMAIL PROTECTED] >----------------------------------------------------------------------------- >
- Re: Terminiting threads in a process RE: [PATCH] Prob... Aaron Bannert
- RE: Terminating threads in a process, WAS: RE: [PATCH... Sander Striker
- Re: Terminating threads in a process, WAS: RE: [PATCH... Aaron Bannert
- RE: Terminating threads in a process, WAS: RE: [PATCH... Sander Striker
- Re: Terminating threads in a process, WAS: RE: [PATCH... rbb
- Re: Terminating threads in a process, WAS: RE: [PATCH... Aaron Bannert
- RE: Terminating threads in a process, WAS: RE: [PATCH... rbb
- RE: Terminating threads in a process, WAS: RE: [PATCH... dean gaudet
- request_rec question Brian Pane
- Re: request_rec question rbb
- Re: request_rec question Ian Holsman
- Re: request_rec question rbb
- Re: request_rec question dean gaudet
- Re: request_rec question Brian Pane
- Re: Terminating threads in a process, WAS: RE: [PATCH... Aaron Bannert
- Re: Terminating threads in a process, WAS: RE: [PATCH... rbb
- Re: Terminating threads in a process, WAS: RE: [PATCH... William A. Rowe, Jr.
- Re: Terminating threads in a process,WAS: RE: [PATCH]... Brian Pane
- Re: Terminating threads in a process, WAS: RE: [PATCH... Aaron Bannert
- Re: Terminating threads in a process,WAS: RE: [PATCH]... Brian Pane
- Re: Terminating threads in a process, WAS: RE: [PATCH... Aaron Bannert
