Persisting data across handlers

2006-03-09 Thread Vipul Ved Prakash
Title: Persisting data across handlers Hi, I'd like to create an object in the PerlChildInitHandler and allow access to this object in various PerlResponseHandlers.  What's the best way to do this?  I created a bucket brigade in childinit and associated it with the child pool and put the o

RE: Persisting data across handlers

2006-03-10 Thread Vipul Ved Prakash
57 PM To: Vipul Ved Prakash Cc: modperl@perl.apache.org Subject: Re: Persisting data across handlers pnotes http://perl.apache.org/docs/2.0/api/Apache2/RequestUtil.html#C_pnotes_

RE: Persisting data across handlers

2006-03-10 Thread Vipul Ved Prakash
Thanks, Philippe. For some reason I thought I had to use Apache's memory management abstractions for this. cheers, vipul > -Original Message- > From: Philippe M. Chiasson [mailto:[EMAIL PROTECTED] > Sent: Friday, March 10, 2006 1:21 PM > To: Vipul Ved Prak