AppFabric

From Wikipedia, the free encyclopedia

AppFabric is a set of middleware technologies for Windows Server, released by Microsoft. It consists of two main feature areas: AppFabric Hosting and AppFabric Caching. Microsoft support for these ended in November 2017. A newer version of the product from Microsoft is Service Fabric.[1][2]

AppFabric hosting[edit]

AppFabric Hosting features provide a way for users to deploy and manage Windows Workflow Foundation (WF) workflows that are hosted in Windows Communication Foundation (WCF) services.[3] AppFabric includes an extension of the Internet Information Services management tool that enables an IIS administrator to monitor the performance of services and workflows.[4] There is also a set of Windows PowerShell commands to manage persistence, hosting, and monitoring tasks.[5] AppFabric Hosting features provides persistence, hosting, and monitoring.[citation needed]

Persistence allows Windows Workflow Foundation services to save the state of long running workflows to a database. This makes Workflow more durable in the event of deliberate suspensions or unexpected hardware failures.[6] Hosting facilitates the management of WCF and WF services within IIS and the Windows Process Activation service (WAS).[7] Monitoring stores and correlates service events in a backend database.[8]

AppFabric caching[edit]

AppFabric Caching is an in-memory, distributed cache that runs on one or more on-premises servers to provide a performance and scalability boost for .NET Framework applications. AppFabric caches store data in key-value pairs using the physical memory across multiple servers. The service presents that memory as a single resource.[9] Caches are configured and managed through a set of Windows PowerShell commands.[10]

ASP.NET caching providers[edit]

One use of caching is to store ASP.NET session state data.[11] When a user connects to an ASP.NET Web application, the application can store information in session state. This can be used in subsequent requests from the same user. Rather than store that information in-memory on each web server, a built-in session state provider can route session data to a backend cache. This enables the ASP.NET application to store large amounts of cached data. It also allows future user requests to route to any web server, because each web server references the same backend cache.[12]

In addition to the ASP.NET session state provider, there is also a provider for ASP.NET page output caching.[13]

Caching API[edit]

.NET applications can directly use the Caching API[14] to programmatically cache and retrieve any serializable managed objects.[citation needed]

AppFabric 1.1 Versions[edit]

Update level Product Version Update Number Link
Cumulative Update 1 1.0.4639.0 2671763 https://support.microsoft.com/en-us/help/2671763
Cumulative Update 2 1.0.4644.0 2716015 https://support.microsoft.com/en-us/help/2716015
Cumulative Update 3 1.0.4652.2 2787717 https://support.microsoft.com/en-us/help/2787717
Cumulative Update 4 1.0.4653.2 2800726 https://support.microsoft.com/en-us/help/2800726
Cumulative Update 5 1.0.4655.2 2932678 https://support.microsoft.com/en-us/help/2932678
Cumulative Update 6 1.0.4656.2 3042099 https://support.microsoft.com/en-us/help/3042099
Cumulative Update 7 1.0.4657.2 3092423 https://support.microsoft.com/en-us/help/3092423
Hotfix 1.0.4658.2 3199763 https://support.microsoft.com/en-us/help/3199763

History[edit]

In June 2008, Microsoft released the beta version of Windows Server AppFabric with a code name 'Velocity'.

In June 2010, Microsoft released Windows Server AppFabric 1.0.[15] The next release, 1.1, was rebranded to Microsoft AppFabric 1.1 for Windows Server.[16]

In April 2015, Microsoft announced that it would end support for AppFabric for Windows Server on 2 April 2016.[17] In June 2015, Microsoft announced that it would end support for AppFabric 1.1 for Windows Server on 11 April 2017, with Extended Support being available until 12 April 2022.[18]

See also[edit]

References[edit]

  1. ^ "Service Fabric—Building Microservices - Microsoft". azure.microsoft.com.
  2. ^ carolz. "Azure Service Fabric Documentation - Tutorials, API Reference". azure.microsoft.com.
  3. ^ "AppFabric Hosting Architecture Diagram". MSDN Library. Microsoft. 12 September 2012. Retrieved 14 February 2013.
  4. ^ "Using the AppFabric Management User Interface". MSDN Library. Microsoft. 12 September 2012. Retrieved 14 February 2013.
  5. ^ "Using Windows PowerShell Cmdlets in AppFabric". MSDN Library. Microsoft. 12 September 2012. Retrieved 14 February 2013.
  6. ^ "Persistence Concepts". MSDN Library. Microsoft. 12 September 2012. Retrieved 14 February 2013.
  7. ^ "Hosting Concepts". MSDN Library. Microsoft. 12 September 2012. Retrieved 14 February 2013.
  8. ^ "Monitoring Concepts". MSDN Library. Microsoft. 12 September 2012. Retrieved 14 February 2013.
  9. ^ "AppFabric Caching Physical Architecture Diagram". MSDN Library. Microsoft. 12 September 2012. Retrieved 14 February 2013.
  10. ^ "Using Windows PowerShell to Manage AppFabric 1.1 Caching Features". MSDN Library. Microsoft. 12 September 2012. Retrieved 13 February 2013.
  11. ^ "Session State Provider (AppFabric 1.1 Caching)". MSDN Library. Microsoft. 12 September 2012. Retrieved 14 February 2013.
  12. ^ "Performance Tuning WCF Services, Caching". MSDN Library. Microsoft. 11 August 2011. Retrieved 14 February 2013.
  13. ^ "Output Cache Provider (AppFabric 1.1 Caching)". MSDN Library. Microsoft. 12 September 2012. Retrieved 14 February 2013.
  14. ^ "Developing a Cache Client". MSDN Library. Microsoft. 12 September 2012. Retrieved 14 February 2013.
  15. ^ "Microsoft Delivers Release Candidate of Windows Server AppFabric, Beta Release of BizTalk Server 2010". Microsoft News Center. Microsoft. Retrieved 13 February 2013.
  16. ^ "Introducing AppFabric 1.1". MSDN Library. Microsoft. 29 March 2012. Retrieved 13 February 2013.
  17. ^ "Microsoft announces End of Support". MSDN Blogs. Microsoft. Retrieved 2 April 2015.
  18. ^ "Extended support". MSDN Blogs. Microsoft. Retrieved 19 June 2015.

External links[edit]