bug-commoncpp
[Top][All Lists]
Advanced

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

Win32 Conditional support


From: Scott Stanton
Subject: Win32 Conditional support
Date: Wed, 28 Aug 2002 11:54:16 -0700

Has anyone started work on providing support for Conditional objects on
the Win32 platform?  

Would it make sense for common c++ to simply leverage the existing
pthreads implementation for win32 at
http://sources.redhat.com/pthreads-win32/.  It looks to be a pretty
complete implementation that has support for condition variables, among
other things.

Personally, I would be happy with a win32 common c++ that simply linked
against the win32 pthreads library as this would give me equivalent
behavior between win32 and unix.  I'm not a big fan of the native Win32
threading API.

--Scott





reply via email to

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