Service Statelessness Principle
Jump to navigation
Jump to search
A Service Statelessness Principle is a software design principle that ...
References
2017
- (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/Service_statelessness_principle Retrieved:2017-4-5.
- Service statelessness is a design principle that is applied within the service-orientation design paradigm, in order to design scalable services by separating them from their state data whenever possible.[1] This results in reduction of the resources consumed by a service as the actual state data management is delegated to an external component or to an architectural extension. By reducing resource consumption, the service can handle more requests in a reliable manner.[2]
- ↑ Wojciech Cellary, Sergiusz Strykowski E-Government Based on Cloud Computing and Service-Oriented Architecture[Online].Date accessed: 19 April 2010.
- ↑ IBM Red Books Power Systems and SOA Synergy[Online].Date accessed: 21 April 2010.