Re: [EMAIL PROTECTED] apache modules development,hash tables,pools and threads

2005-12-27 Thread Nick Kew
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

[EMAIL PROTECTED] apache modules development,hash tables,pools and threads

2005-12-27 Thread toni pérez
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