Editor - Real time pushing
Editor - Real time pushing
agustin_garciaromero
Posts: 42Questions: 0Answers: 0
Hello,
I was looking into the forum for a thread on how to enable -if possible- real time pushing on DataTables.
I'm using latest version of editor, but I was reported that when a user started editing a record on time 0, and the another user logged on Time 0+Delta, the record was available for him to edit. Also if User B changed some records, those updates were not perceived by User A, because he was holding still the 'old snapshot'.
Any guidance on where to look for?
thanks in advance
I was looking into the forum for a thread on how to enable -if possible- real time pushing on DataTables.
I'm using latest version of editor, but I was reported that when a user started editing a record on time 0, and the another user logged on Time 0+Delta, the record was available for him to edit. Also if User B changed some records, those updates were not perceived by User A, because he was holding still the 'old snapshot'.
Any guidance on where to look for?
thanks in advance
This discussion has been closed.
Replies
Allan
One link posting in the right direction http://etchsassertions.wordpress.com/2012/02/23/datatables-net-knockoutjs-mvc-signalr/
Basically need to use Server Side connection to recieve messages that a user is editing a row etc, then push a message to other clients and have them disabled that row for editng etc.
Client side can be handled by Knockout etc and SignalR can handle acting as a hub.