Archived

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

how to add servant class

How to add or remove Servant Classes with different id into the same Object Adapters in multithreading.

Comments

  • benoit
    benoit Rennes, France
    You add and remove servants from an object adapter with respectively the Ice::ObjectAdapter::add and Ice::ObjectAdapter::remove methods. These methods are thread safe and therefore can be called from multiple threads concurrently.

    Benoit.