Tagged Questions
The shared-nothing tag has no wiki summary.
8
votes
4answers
1k views
Is Rails shared-nothing or can separate requests access the same runtime variables?
PHP runs in a shared-nothing environment, which in this context means that every web request is run in a clean environment. You can not access another request's data except through a separate ...
7
votes
5answers
2k views
Experience with Hadoop?
Have any of you tried Hadoop? Can it be used without the distributed filesystem that goes with it, in a Share-nothing architecture? Would that make sense?
I'm also interested into any performance ...
3
votes
1answer
134 views
What are the best papers for learning about algorithms for communicating updates in a distributed system?
I have a distributed system in mind (multiple nodes in a single datacenter) that I want to have the following properties:
nodes can enter and leave the system at any time.
There is no data ...
2
votes
4answers
90 views
Shared-nothing Java web application frameworks
Most Java web application frameworks use server-side session objects to store session state. Because this complicates scaling, I'm looking at frameworks that implement a shared-nothing architecture, ...
1
vote
2answers
147 views
How to implement a Web-Shop with a Shared Nothing architecture
Some people argue that it is possible and even necessary to implement every webapp with the Shared Nothing architecture. How is it possible to implement a webshop with a shopping cart using this ...
1
vote
3answers
453 views
Experience documentation about Shared Nothing Architecture
Do you have any experience of designing a Real Shared-Nothing Architecture?
Would you have some readings to recommend me?