Re: Process lifetime and hooks to use

2010-04-18 Thread alin vasile
the monitor hook gets only a pointer to an apr_pool_t structure. From: Some Guy To: [email protected] Sent: Sat, April 17, 2010 4:24:18 PM Subject: Re: Process lifetime and hooks to use Thank you for your pointers. The monitor hook seems pretty usef

Re: Process lifetime and hooks to use

2010-04-18 Thread William A. Rowe Jr.
On 4/18/2010 2:34 AM, alin vasile wrote: > the monitor hook gets only a pointer to an apr_pool_t structure. Take a look at apr_pool_data_* API's, that should provide you all of the context and persistence you need. You will never see anything about servers, connections or requests because this is

Re: Process lifetime and hooks to use

2010-04-18 Thread Some Guy
Ah great. I know what I should do with that. Any insight on the differences in MPMs and what to watch out for? On Sun, Apr 18, 2010 at 12:22 PM, William A. Rowe Jr. wrote: > On 4/18/2010 2:34 AM, alin vasile wrote: > > the monitor hook gets only a pointer to an apr_pool_t structure. > > Take a

Re: Process lifetime and hooks to use

2010-04-18 Thread alin vasile
It depends what you want to do in this hook. --- On Sun, 4/18/10, Some Guy wrote: From: Some Guy Subject: Re: Process lifetime and hooks to use To: [email protected] Date: Sunday, April 18, 2010, 5:51 PM Ah great.  I know what I should do with that.  Any insight on the differences i