Esittely latautuu. Ole hyvä ja odota

Esittely latautuu. Ole hyvä ja odota

SignalR Tero Teelahti 6.3.2013 Basware. Agenda • SignalR? • Miksi? • Tekniikka • Suorituskyky • Vaihtoehdot • Käyttöskenaariot.

Samankaltaiset esitykset


Esitys aiheesta: "SignalR Tero Teelahti 6.3.2013 Basware. Agenda • SignalR? • Miksi? • Tekniikka • Suorituskyky • Vaihtoehdot • Käyttöskenaariot."— Esityksen transkriptio:

1 SignalR Tero Teelahti 6.3.2013 Basware

2 Agenda • SignalR? • Miksi? • Tekniikka • Suorituskyky • Vaihtoehdot • Käyttöskenaariot

3 Régis Laurent Director of Operations, Global Knowledge Competencies include: Gold Learning Silver System Management Demo: intro

4 SignalR • Realtime & persistent • Abstraktio useamman eri tekniikan päälle • David Fowler, Damian Edwards • Versio 1 julkaistu 2013/2 • Osa ASP.NET:iä • Open Source • Palvelinpää System.Web/Owin/Self hosted

5 Vaihtoehdot • Socket.io • Pusher • Faye • Itse tehty

6 HTTP RPC GET { data: ”here” } GET { data: ”here” } GET { data: ”here” } GET { data: ”changed” }

7 HTTP Events (messaging) Oletko moderni? Jep! Vaihdetaan protokollaa { loadsOf: ”data” } { someMore: ”data” }

8 Kättely Osaatko… - Web sockets? - Server sent events? - Forever frames? - Long polling?

9 Yhteysongelmien hallinta • Avaa uudelleen katkenneet yhteydet • Bufferoi viestejä muistissa palvelimella  Viestejä ei menetetä jos yhteys vähän aikaa poikki

10 Tuetut asiakasohjelmat • Selaimet (myös antiikkiset) • C# • iPhone • Win8 • WP8

11 Ohjelmointimallit Connection - Alhaisen tason API - Kaikki mahdollista - Hyödyllinen mm. broadcastissä Hub - Metodien kutsuminen clientin ja serverin välillä - Palvelimella luodaan lennossa JS-proxy - JS: $.extend() - C# dynamic & RegisterHubs

12 Suorituskyky? ”hyvä”

13 Régis Laurent Director of Operations, Global Knowledge Competencies include: Gold Learning Silver System Management Demo: suorituskyky

14 Scale out N1N2N3 Backplane (Service Bus, SQL Server, Redis, …) incoming broadcast

15 Käyttöskenaariot • Palvelimen tapahtumien visualisointi • Ajallisen kytkennän (temporal coupling) vähentäminen • Offline-sovellukset • Pienen latenssin sovellukset (pelit, ryhmätyösovellukset yms.)

16 Régis Laurent Director of Operations, Global Knowledge Competencies include: Gold Learning Silver System Management Demo: Visualisointi Eri asiakasohjelmat

17 Ajallisen kytkennän vähentäminen hyväksy onnistui! 10 ms, 1 s, 100 s, ∞ s?

18 Ajallisen kytkennän vähentäminen == store & forward onnistui! hyväksy ok! cmd käsitelty jo? tallenna cmd ack tallenna vastaus

19 Régis Laurent Director of Operations, Global Knowledge Competencies include: Gold Learning Silver System Management Demo: Temporal coupling

20 JavaScript store & forward // Initialize bus with desired send and receive transports bus = new JSBus.Bus(“myTopic", sendTransport, subscribeTransport); // Send command to server bus.send({ id: messageId, name: “CreateOrder" }); // Subscibe to business event sent from server bus.subscribe(function (m) { notifyUser(m.message); }, “OrderCreated");

21

22 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentations. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. Anna palautetta: http://techdays.fi …ota yhteyttä tero.teelahti@basware.com @teelahti http://teelahti.fi Demot: https://github.com/teelahti


Lataa ppt "SignalR Tero Teelahti 6.3.2013 Basware. Agenda • SignalR? • Miksi? • Tekniikka • Suorituskyky • Vaihtoehdot • Käyttöskenaariot."

Samankaltaiset esitykset


Iklan oleh Google