From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10937 invoked by alias); 6 Dec 2007 15:27:38 -0000 Received: (qmail 10922 invoked by uid 22791); 6 Dec 2007 15:27:38 -0000 X-Spam-Check-By: sourceware.org Received: from bzq-25-94-44.static.bezeqint.net (HELO isr-jlm-mail.Kayote.com) (212.25.94.44) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Dec 2007 15:27:33 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: New threading API's in Windows Vista and Windows Server 2008 Date: Fri, 14 Dec 2007 09:11:00 -0000 Message-ID: <1DDB0D3CC4E7F14FAE946361C0A6065501B58603@isr-jlm-mail.Kayote.com> From: "Moshe Matitya" To: X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2007/txt/msg00051.txt.bz2 Windows Vista and Windows Server 2008 introduced several new thread synchronization primitives. These include: * Condition variables * Read/Write locks * One-time initialization For details, see: http://msdn.microsoft.com/msdnmag/issues/07/06/Concurrency/ Are there any plans to utilize these new API's in the library implementation when running on platforms that support them? Moshe Z. Matitya