Re: Stupid question about pools

2003-12-03 Thread Cliff Woolley
On Wed, 3 Dec 2003, Brian Akins wrote: > I assume the same is true for connections? Every time a connection is > closed, the registered cleanups would get ran. Yep. c->pool. --Cliff

Re: Stupid question about pools

2003-12-03 Thread Brian Akins
Cliff Woolley wrote: On Wed, 3 Dec 2003, Cliff Woolley wrote: Okay hang on, just to be clear... you have to register it on every request, and THEN it will get run after every request. Right. Or more correctly, register it on every request on which I want to run the cleanup. Just wanted to mak

Re: Stupid question about pools

2003-12-03 Thread Cliff Woolley
On Wed, 3 Dec 2003, Cliff Woolley wrote: > On Wed, 3 Dec 2003, Brian Akins wrote: > > > Does the request pool get "cleaned up" after every request? IE, If I > > register a cleanup on r->pool, will it get ran after every request? Okay hang on, just to be clear... you have to register it on every

Re: Stupid question about pools

2003-12-03 Thread Cliff Woolley
On Wed, 3 Dec 2003, Brian Akins wrote: > Does the request pool get "cleaned up" after every request? IE, If I > register a cleanup on r->pool, will it get ran after every request? Yep, exactly right.

Stupid question about pools

2003-12-03 Thread Brian Akins
Does the request pool get "cleaned up" after every request? IE, If I register a cleanup on r->pool, will it get ran after every request? -- Brian Akins Senior Systems Engineer CNN Internet Technologies

Re: stupid question?

2002-09-24 Thread David Burry
t;[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 6:49 AM Subject: Re: stupid question? > Hi Thomas, > >> are the server-side vars generated by the server or only echoed vars > >> which where provided by the browser?? > >> specially REQUEST_URI is of interest fo

Re: stupid question?

2002-09-24 Thread Thomas Eibner
On Tue, Sep 24, 2002 at 03:49:40PM +0200, Günter Knauf wrote: > Hi Thomas, > >> are the server-side vars generated by the server or only echoed vars > >> which where provided by the browser?? > >> specially REQUEST_URI is of interest for me for security purposes in > >> scripts, so is it generated

Re: stupid question?

2002-09-24 Thread Günter Knauf
Hi Thomas, >> are the server-side vars generated by the server or only echoed vars >> which where provided by the browser?? >> specially REQUEST_URI is of interest for me for security purposes in >> scripts, so is it generated from Apache self or can it be faked by the >> client? > In 1.3 it look

Re: stupid question?

2002-09-12 Thread Thomas Eibner
On Thu, Sep 12, 2002 at 10:31:50PM +0200, Günter Knauf wrote: > Hi, > probably a stupid question, but I'm too lazy to look through the source; > and I'm sure many of you here can answere this question at once: > are the server-side vars generated by the server or only e

stupid question?

2002-09-12 Thread Günter Knauf
Hi, probably a stupid question, but I'm too lazy to look through the source; and I'm sure many of you here can answere this question at once: are the server-side vars generated by the server or only echoed vars which where provided by the browser?? specially REQUEST_URI is of inter