Source: searchapparchitecture.techtarget.com

3 serverless development strategies for stateful applications

Category: Software, Database, Data, Microsoft

Functions should be directly accessible to each other. Without immediate connections, functions depend on a slow storage medium to transport data from one function to another, building up latency. In real-time application scenarios -- such as 24/7 monitoring systems -- latency is unacceptable.

Related Articles