Archived

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

About CommunicatorPtr Objects

Hi, am programing a library that connect with icestorm and iceregistry, and found as publisher, subscriber, client and server (One class can have the four functionalities). How many CommunicatorPtr object do I need? Thank and sorry my english.

Comments

  • bernard
    bernard Jupiter, FL
    Hi Yunior,

    Welcome to the forums!

    Communicator is a local object that gives you access to the local Ice runtime. A program typically needs just one Communicator: it's very likely you only need one Communicator object in your library.

    Cheers,
    Bernard