Archived

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

Using Collocation with IceGrid

Hello,

Ice Application invoking IceBox service through IceGrid

I have one server (S1) configured with IceGrid, running on one machine and Two IceBox Applications (C1 and C2) running on different machines. I am trying to achieve collocation optimization for the same.
I have tried using "Ice.Default.CollocationOptimized=1" but it did not worked.

Thanks in advance,

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Was there an error? It's not clear to me where you expect collocation optimization to work actually.

    Collocation optimization only works for invocations on Ice objects within the same process but from your description it sounds like the client invokes on Ice objects from IceBox services which are in separate processes. Collocation optimization can't work here.

    Cheers,
    Benoit.