Results 1 to 3 of 3

Thread: RWRecMutex deprecated - reason? alternatives?

  1. #1
    thomas is offline Registered User
    Name: Thomas Hentschel
    Organization: Technical University of Munich
    Project: intelligent information distribution system
    Join Date
    Jul 2011
    Posts
    9

    RWRecMutex deprecated - reason? alternatives?

    Hi,

    I've seen that the RWRecMutex is deprecated and want to know why you have set that flag? Are there any unresolved bugs in it? or is it replaced with another mutex?

    I am asking because I need a reader-writer-mutex with writer-priority and don't want to run into trouble.
    If there is no replacement and there are bugs in it I will need to code my own RWRecMutex.

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    We deprecated it because Ice for C++ doesn't use it internally, and because providing a full-featured threading library is out of the scope of Ice for C++. If you need more than the basic thread abstraction library that Ice for C++ provides, you could have a look at the boost threading library.
    Last edited by marc; 08-07-2011 at 05:02 PM.

  3. #3
    thomas is offline Registered User
    Name: Thomas Hentschel
    Organization: Technical University of Munich
    Project: intelligent information distribution system
    Join Date
    Jul 2011
    Posts
    9
    ah, ok, thanks for your answer. That does make sense.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Ice 3.4 Cpp RWRecMutex Class Deprecated
    By motta in forum Help Center
    Replies: 2
    Last Post: 03-12-2010, 05:39 AM
  2. bug in RWRecMutex
    By jlawson71 in forum Bug Reports
    Replies: 3
    Last Post: 10-16-2009, 06:00 PM
  3. identitytostring deprecated
    By shimrod in forum Help Center
    Replies: 2
    Last Post: 05-04-2007, 04:55 PM
  4. How to determine the reason of a destroyed session
    By joel vennin in forum Help Center
    Replies: 3
    Last Post: 08-10-2006, 08:19 PM
  5. RWRecMutex
    By xdm in forum Help Center
    Replies: 1
    Last Post: 03-22-2005, 02:51 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •