[PATCH] Use mutex locks in mod_specweb99.c

2002-12-11 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
I started seeing the following errors in the specweb99 run output, when I use mod_specweb99.c with Apache 2.0.43 and worker MPM. The following patch seems to get rid of the problem. If you're thinking that it may degrade the response - I did not find much difference though. Can somebody please ev

Re: [PATCH] Use mutex locks in mod_specweb99.c

2002-12-11 Thread Sander Temme
> I started seeing the following errors in the specweb99 run output, when I > use mod_specweb99.c with Apache 2.0.43 and worker MPM. The following patch > seems to get rid of the problem. If you're thinking that it may degrade the > response - I did not find much difference though. > > Can somebod

RE: [PATCH] Use mutex locks in mod_specweb99.c

2002-12-11 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Oh.. I was trying to use the default apr behaviour for mutex locking.. I don't think I had the process-shared mutexes enabled.. I'll probably give it a try (and eliminate the _[rw]lock) and see if it works better.. I'll also look around and see if somebody has already done a performance analysis f