You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by C K Tan <ck...@nxscientific.com> on 2004/04/18 07:40:39 UTC

Re: 1.0 is tagged!

Hi Brane,

Any resolution on this ? With the convar bug, essentially 
multi-threading does not work on win32.

thanks,
-cktan

On Nov 17, 2003, at 2:44 AM, Branko Čibej wrote:

> david@jetnet.co.uk wrote:
>
>> Following some discussion at the hackathon today and previous 
>> discussions
>> on this list, a new 1.0 branch has been created. This will be used for
>> what will hopefully be an imminent APR 1.0 release!
>>
>>
> After the race conditions in the Win32 condition variables are fixed, I
> hope. I'm working on thaat, but have hit an interface/implementation
> issue that I'd like to discuss before deciding on a solution. I'll post
> in a day or so.
>
> -- 
> Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


Re: 1.0 is tagged!

Posted by Klaus Keppler <kl...@informatik.stud.uni-erlangen.de>.
Hello,

>> After the race conditions in the Win32 condition variables are fixed, I
>> hope. I'm working on thaat, but have hit an interface/implementation
>> issue that I'd like to discuss before deciding on a solution. I'll post
>> in a day or so.

Maybe I missed some postings to apr-dev, so I don't know your actual 
problem.
But some weeks ago I already created a patch for condition variables
under WIN32, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27654

Maybe that's the same issue.

Bye,

Klaus



Re: 1.0 is tagged!

Posted by Branko Čibej <br...@xbc.nu>.
makl wrote:

> Branko C(ibej wrote:
>
>> Ohmigod, I totally forgot about this... and now I'm very short on time.
>> Of course, it's not true that multi-threadring doesn't work, it's 
>> just the condition vars that don't work :-)
>
>
> What are the problems? Maybe someone could help.

In simple words? The Win32 condition var implementation has so many 
races that I'm tempted to call Ascot (or the Kentucky derby, for the 
colonials :-)

-- Brane

Re: 1.0 is tagged!

Posted by makl <ab...@gmx.net>.
Branko C(ibej wrote:
> Ohmigod, I totally forgot about this... and now I'm very short on time.
> Of course, it's not true that multi-threadring doesn't work, it's just 
> the condition vars that don't work :-)

What are the problems? Maybe someone could help.



Re: 1.0 is tagged!

Posted by Branko Čibej <br...@xbc.nu>.
C K Tan wrote:

> Hi Brane,
>
> Any resolution on this ? With the convar bug, essentially 
> multi-threading does not work on win32.

Ohmigod, I totally forgot about this... and now I'm very short on time.
Of course, it's not true that multi-threadring doesn't work, it's just 
the condition vars that don't work :-)

-- Brane