Archived

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

IceGrid sessions

Does collocation optimization still apply when an object is made allocatable via a session?

If an object is allocatable, what prevents potential clients (that have not created a session) from obtaining a connection to it?

Thanks.

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Yes, collocation optimization will be used whether or not the object was allocated (the Ice runtime has no knowledge of this information). Allocating an object won't prevent other clients to access it. See the Ice manual for more information (Section 38.10.5 Security in the IceGrid chapter in particular).

    Cheers,
    Benoit.