Which channel is best for using Events?

I’ve been testing the Events for the first time and notice - at least with the http server - there is a bit of a delay. Which server channel will lead to the shortest time for the events to reach the client?

From reading the documentation it seems that the SuperTcpServerChannel and SuperTcpClient channel would be the fastest…

VS 2008, SDK V 6 for the server
VS 2015, SDK V 9 for the client

You’ll definitely want a Super channel, as any other would rely on polling to get the events. SuperHTTP and SuperTCP should both work, HTTP does have a bit more overhead, yeah.

Were you testing with plain HTTP or SuperHTTP though? i’d expect the different with SuperHTTP and SuperTCP to be present, but negligible…

It was IpHttpServerChannel with a bin message. I’m thinking of going SuperTcpClient with soap message.

Yeah, that makes sense then, IpHttpServerChannel would use polling.