The Twelve-Factor App
VI. Processes
stateless and share-nothing
Sticky sessions are a violation of twelve-factor and should never be used or relied upon. Session state data is a good candidate for a datastore that offers time-expiration, such as Memcached or Redis.
VII. Port binding
VIII. Concurrency
IX. Disposability
The twelve-factor app’s processes are disposable, meaning they can be started or stopped at a moment’s notice.
all jobs are reentrant, which typically is achieved by wrapping the results in a transaction, or making the operation idempotent.
X. Dev/prod parity
XI. Logs: Logplex and Fluent, Splunk
XII. Admin processes
http://12factor.net/
VI. Processes
stateless and share-nothing
Sticky sessions are a violation of twelve-factor and should never be used or relied upon. Session state data is a good candidate for a datastore that offers time-expiration, such as Memcached or Redis.
VII. Port binding
VIII. Concurrency
IX. Disposability
The twelve-factor app’s processes are disposable, meaning they can be started or stopped at a moment’s notice.
all jobs are reentrant, which typically is achieved by wrapping the results in a transaction, or making the operation idempotent.
X. Dev/prod parity
XI. Logs: Logplex and Fluent, Splunk
XII. Admin processes
http://12factor.net/
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1KinNUt
via LifeLong Community
No comments:
Post a Comment