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

Re: Flood: Bug fixes and questions for developers

2003-08-06 Thread Jacek Prucia
[Note to moderator: I'm not able to use my normal e-mail address ([EMAIL PROTECTED]) right now, so please pass me through just once -- Thanks :)] On Tue, 5 Aug 2003 11:22:24 -0400 (EDT) Norman Tuttle <[EMAIL PROTECTED]> wrote: > Dear fellow Flood developers: [...] > 2) The following questions,

[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