This is a migrated thread and some comments may be shown as answers.

Kendo DataSource with Signal in Web Farm

4 Answers 65 Views
Integration with other JS libraries
This is a migrated thread and some comments may be shown as answers.
Allison
Top achievements
Rank 1
Allison asked on 28 May 2014, 01:07 PM
Hello,

I am looking to use the Kendo data source with SignalR.  Will all of the clients get the update on all machines in a web farm if I use the autosync: true configuration on the data source? Have you tested the data source with the SignalR backplane?

Thanks,
Allison

4 Answers, 1 is accepted

Sort by
0
Allison
Top achievements
Rank 1
answered on 29 May 2014, 06:19 PM
Do I need to create an official trouble ticket to get a response??? Did I post in the wrong place???
0
Vladimir Iliev
Telerik team
answered on 30 May 2014, 02:56 PM
Hi Allison,


When the ("signalr") dataSource "autoSync" configuration option is set to true, the dataSource will sync all changes immediately with the Hub, and then the Hub is responsible for updating all other connected clients with the current changes. You can check the following example which demonstrates such scenario:

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Allison
Top achievements
Rank 1
answered on 30 May 2014, 03:37 PM
Thank you Vladimir.
I have seen the demo and implemented it as well. However, I just want to know if Telerik has tested the functionality on a web farm with multiple servers with the SignalR Back Plane. Your tool should all work as the distribution of messages should all be part of the SignalR infrastructure but there are a lot of software products that should work and don't. So I want confirmation from Telerik that you have tested the functionality in a web farm environment and that I can feel confident that when I deploy to a web farm the Kendo database autosync will all work like it does on one web server.

Allison
0
Vladimir Iliev
Telerik team
answered on 03 Jun 2014, 03:27 PM
Hi Allison,

We have not yet tested such configuration, however as this case depends entirely on the SignalR library it should work as expected. Additionally you can test such configuration on your side with your specific scenario as there are some limitations of the SignalR library in such scenarios:

Kind Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Integration with other JS libraries
Asked by
Allison
Top achievements
Rank 1
Answers by
Allison
Top achievements
Rank 1
Vladimir Iliev
Telerik team
Share this question
or