Atozed Forums
Real time data - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Real time data (/thread-152.html)



Real time data - Mirco - 05-07-2018

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.