On Tuesday 27 December 2005 17:22, toni pérez wrote:
> Hi list,
>
> My question is about modules programming.
> I have an apache with mpm worker, every process makes a number of threads.
> Can I use apr_hash interface, inside a module in a process pool
> lifetime with mpm worker model?
> Can I ins
Hi list,
My question is about modules programming.
I have an apache with mpm worker, every process makes a number of threads.
Can I use apr_hash interface, inside a module in a process pool
lifetime with mpm worker model?
Can I insert,read and delete data in hash tables from any request that
trig