On Fri, 4 Apr 2003, Brian Reichert wrote:

> > > In messing with Apache 1.x, is there a way, via mod-perl, of a
> > > request knowing how many requests have been served by the current
> > > child?
> > 
> > 
> > $request++;
> > 
> > That's what I do in some handler, and then I log it along with the PID.
> 
> Eh?  I'm confused.  What is '$request' in that example?  If you
> mean it's the request object, then that doesn't do what I expect.

No, it's a simple counter.  It's just a variable in some module that
counts requests.






-- 
Bill Moseley [EMAIL PROTECTED]

Reply via email to