None
0 Points
3 Posts
Feb 06, 2018 09:57 AM|PinkhamSoftware|LINK
Hi codequest,
If you want to create a highly scalable website I would suggest that you create a generic caching interface with a Redis implementation.
Hook that up to a Redis instance in Azure and you can now scale your application.
Your current design limits you to one instance of your application.
With distributed caching your application should now be stateless, allowing multiple instance to be spun up.
Allowing you to scale further.
Kind regards
Jeff - Pinkham Software Consulting
None
0 Points
3 Posts
Re: Need an overview of how an ASP.NET application uses Azure App Service Memory
Feb 06, 2018 09:57 AM|PinkhamSoftware|LINK
Hi codequest,
If you want to create a highly scalable website I would suggest that you create a generic caching interface with a Redis implementation.
Hook that up to a Redis instance in Azure and you can now scale your application.
Your current design limits you to one instance of your application.
With distributed caching your application should now be stateless, allowing multiple instance to be spun up.
Allowing you to scale further.
Kind regards
Jeff - Pinkham Software Consulting