Download - Windows Azure Cloud Service Uygulamaları

Transcript
Page 1: Windows Azure Cloud Service Uygulamaları

İbrahim ATAY | Consultant

www.ibrahimatay.org | @ibrahim_atay

Page 2: Windows Azure Cloud Service Uygulamaları
Page 3: Windows Azure Cloud Service Uygulamaları

Web Role Worker Role

Page 4: Windows Azure Cloud Service Uygulamaları

Queue Polling Worker •  Poll and Pop Messages within while(true) loop •  E.g. Map/Reduce pattern, background image processing

Listening Worker Role •  Create TcpListener or WCF Service Host •  E.g. Run a .NET SMTP server or WCF Service

External Process Worker Role •  OnStart or Run method executes Process.Start() •  Startup Task installs or executes background/foreground process •  Custom Role Entry Point (executable or .Net assembly) •  E.g. Run a database server, web server, distributed cache

Page 5: Windows Azure Cloud Service Uygulamaları

All features of a worker role + IIS 7 or 7.5 ASP.NET 3.5 SP1 or 4.0 – 64bit Hosts •  Webforms or MVC •  FastCGI applications (e.g. PHP) •  Multiple Websites

Http(s) Web/Worker Hybrid •  Can optionally implement RoleEntryPoint

Page 6: Windows Azure Cloud Service Uygulamaları
Page 7: Windows Azure Cloud Service Uygulamaları
Page 8: Windows Azure Cloud Service Uygulamaları

İnceleme Yapalım!

Page 9: Windows Azure Cloud Service Uygulamaları
Page 10: Windows Azure Cloud Service Uygulamaları

àhttp://www.btnet.com.tr/63720-bt-sektoru-bulut-bilisim-konusunda-egitimli-personel-ariyor.html

Page 11: Windows Azure Cloud Service Uygulamaları
Page 12: Windows Azure Cloud Service Uygulamaları

İbrahim ATAY Software Consultant http://ibrahimatay.org @ibrahim_atay [email protected]

Page 13: Windows Azure Cloud Service Uygulamaları

Thank You