05-07-2018, 01:22 PM
Hi,
I need to display a real time data every 1 second.
My data comes from a network socket and every second I have to send them to all the open sessions.
What is the best approach for this task?
I have tryied with a timer but after a while I receive an AJAX error.
It's better a standard application to manage my socket connection and a IWstandaloneserver or directly an IntraWeb application?
c++10, IW14
Thanks in advance.
I need to display a real time data every 1 second.
My data comes from a network socket and every second I have to send them to all the open sessions.
What is the best approach for this task?
I have tryied with a timer but after a while I receive an AJAX error.
It's better a standard application to manage my socket connection and a IWstandaloneserver or directly an IntraWeb application?
c++10, IW14
Thanks in advance.