web applications - How to implement a Web-Shop with a Shared Nothing architecture -


some people argue possible , necessary implement every webapp shared nothing architecture. how possible implement webshop shopping cart using architectural style?

normally webshop can implemented using sessions. in case i'd have implement in way, no information cart stored on server. necessary include cart contents hidden fields, passed server along every single request. solution webshop using shared nothing architecture?

do have ideas on how achieve shared nothing architecture webapps?

although have never explicitly gone out build shared nothing (sn) based system, suggest says it's necessary architect webapps using "pure" sn are:

  • have budget massive can utilize million clusters every tier.
  • are academics never implement anything.

if have cluster of web-servers, , load-balancing traffic in way means can't guarantee same web-server handle every call given session - yes, tenets of sn apply: can't afford introduce server affinity.

but stretch "every" web-app absurd.

sn, other architectures, tools - solutions problems; problem defines solution - not other way around.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

windows - Python Service Installation - "Could not find PythonClass entry" -