According to a study from Anthesis Group and Stanford University the utilization of servers in business and enterprise data centers rarely exceeds 6% of their maximum computing power. They also found out that around 30% of the servers haven’t delivered any information or computing any service for the last six month. This imply that there … Continue reading Utilize your unused server capacity
Author: Viktor Claesson
Cloud architect at Netlang
Running serverless
Serverless architecture or function as a service, FaaS, is a design pattern where applications or programs are hosted in cloud service. Scaling, capacity planning and server maintenance are hidden from the developers. Applications are typically divided into small, short lived functions where a function is responsible for a single task. This makes it easy to … Continue reading Running serverless