Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » Conditional Variables
Re: Conditional Variables [message #13926 is a reply to message #13807] Fri, 01 February 2008 22:00 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
gonzofish wrote on Mon, 28 January 2008 12:42

Does U++ have the ability to utilize conditional variables--that is a variable that will notify other threads waiting on a specific resource?


No, because it is problematic to find a common ground between Win32 and Linux.

Therefore we decided to have Semaphore, which behaves the same on both platforms and while not exactly the same kind of object, it is similar enough.

In any case, you can use it to notify other waiting threads Wink

Mirek

[Updated on: Fri, 01 February 2008 22:00]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: How to obtain IP/port information out of a socket
Next Topic: Socket IsError() method use
Goto Forum:
  


Current Time: Wed May 15 14:46:56 CEST 2024

Total time taken to generate the page: 0.01957 seconds