Hey,
> I need to synchronize a big log file with dynamic events.
>
> I would usually use a WTableWidget with a WStandardItemModel where I
> would add my XXXXX lines and call for "scrollTo" when needed.
>
> Problem is, scale (I can't call for server every update, for every
> client, that is too much).
Given that your data originates from the server I would not see how you can
scale better than using server push to push the new data + scroll to() to
each client, in a manner similar to the broadcast feature example ?
Regards,
Koen
>
> I need to do as many update as possible on the client side.
>
> Is there any way I can achieve that using WTableView with javascript or
> do I need something else ?
>
> Do not hesitate to ask for details if it is not clear enough.
>
> Thank you
>
>
>
>
>
------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest