Archived

This forum has been archived. Please start a new discussion on GitHub.

Does the thread model of ice support SCOPE_SYSTEM semantic

I want to know if the thread model in the ice support the SCOPE_SYSTEM or SCOPE_PROCESS semantic and how to use it

Comments

  • benoit
    benoit Rennes, France
    Ice doesn't set the pthread scope attribute and therefore will use the default value defined by your pthread library. "man pthread_attr_setscope" should tell you what this default value is for your OS. Ice doesn't support setting the pthread scope attribute (this attribute is pthread specific and there's no equivalent under Windows).

    Let us know if you need more information!

    Benoit.
  • thanks for your quick feedback!