Re: Where to initialize a global pool/hash - server create or child_init?

2009-01-04 Thread Sorin Manolache
On Sun, Jan 4, 2009 at 05:03, Jacques Amar jal...@amar.com wrote: Where to begin I am creating a global pool/hash in which I save cached, hard to calculate data (pre-compiled regex expressions etc.). I also store pages I've created using this data in memcached (using the APR interface).

Where to initialize a global pool/hash - server create or child_init?

2009-01-03 Thread Jacques Amar
Where to begin I am creating a global pool/hash in which I save cached, hard to calculate data (pre-compiled regex expressions etc.). I also store pages I've created using this data in memcached (using the APR interface). I can't save the calculated regex data in memcached. I initially