Very simple question.. What is the setting 'Use Polling (Connection)' used for? Does it or can it enhance performance/user experience?
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023
Hi Ken,
I believe these pages will answer your question: Eventing or Polling & .NET Remoting Eventing.
It can enhance the user experience when there is a firewall between the client & server.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023
Quoting Jens on this: “Eventing mode” and “Polling mode” are the two possible ways of relying on “.NET Remoting” to transfer information between client & Server. Based on my working experience, I’d always recommend to work with “Eventing” in any production environment: “polling” is just a quick workaround (implemented in .NET Remoting) to make sure the connection is still possible, even when the ideal set of ports (required for eventing) is being blocked.
If that’s the case, working with Network and System admins (to get eventing working) may be the best option – in systems where Cube connection is not too critical, indeed switching to polling can be a quick fix – but still not the ideal way of setting up the comms.