Archived

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

About Direct Binding and Indirect Binding

Hello.

I've made a test about Direct and Indirect Bindings
circular Timers Direct Binding Indirect Binding
100 23.344s 17.875s

The servers are in same host and clients in another client

Direct Binding uses the demo in \ice\hello
Indirect Binding uses the demo in \icepack\hello

Why the overhead of indirect binding is less than direct binding?