bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug #33138] .PARLLELSYNC enhancement with patch


From: David Boyce
Subject: Re: [bug #33138] .PARLLELSYNC enhancement with patch
Date: Wed, 24 Apr 2013 10:34:20 -0700

On Wed, Apr 24, 2013 at 10:26 AM, Tim Murphy <address@hidden> wrote:
 I would suggest pretending that one has semaphores first with some nice little abstraction and then implementing them in the best way the platform has to offer.

How about we introduce functions called acquire_semaphore() and release_semaphore()? Oh, wait, we did.

Platforms without semaphores might use a file and locking or if that doesn't work then they can't implement the feature and you configure it out.

This kind of (re)invention is not known to be needed at this time. I have the impression Eli has the Windows port in hand, he's just skeptical about a few details. And what's there now is already the LCD for most other platforms as far as I know.

David


reply via email to

[Prev in Thread] Current Thread [Next in Thread]