Atozed Forums

Full Version: Real time data
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.