Question about file mutex

2024-10-01 Thread Ervin Hegedüs
Hi there, I hope this is a good forum to ask my question. We (mod_security2 developers) use mutex locks. This code snippet was added recently: https://github.com/owasp-modsecurity/ModSecurity/blob/v2/master/apache2/modsecurity.c#L125-L168 As you can see, we create locks with these functions: a

Re: Question about file mutex

2024-10-01 Thread Ervin Hegedüs
Hi Rüdiger, many thanks for this information! We will check them soon. Regards, a. On Tue, Oct 1, 2024 at 2:03 PM Ruediger Pluem wrote: > > > On 10/1/24 9:32 AM, Ervin Hegedüs wrote: > > Hi there, > > > > I hope this is a good forum to ask my question. > >