Re: [PATCH] mod_specweb99.c: thread-safe lock

2003-08-07 Thread Greg Ames
Greg Ames wrote: Sander Temme wrote: Tested on Darwin under light load and Solaris under moderate load. Thoughts, opinions, comments? Or shall I just commit the thing? I'll try it on the Linux PPC machine where I saw the post log flakyness and report back. I wouldn't have a problem if you just

Re: [PATCH] mod_specweb99.c: thread-safe lock

2003-08-06 Thread Greg Ames
Sander Temme wrote: All, Months ago, Madhu posted a patch to put thread-safe locks around the Post logging in mod_specweb99... here's an alternative using apr_global_mutex locks: excellent! I was running specweb99 earlier this week and was seeing post log bogosity with worker on Linux PPC. Ma

[PATCH] mod_specweb99.c: thread-safe lock

2003-08-06 Thread Sander Temme
All, Months ago, Madhu posted a patch to put thread-safe locks around the Post logging in mod_specweb99... here's an alternative using apr_global_mutex locks: Index: mod_specweb99.c === RCS file: /home/cvs/httpd-test/specweb99/specwe