|
|
|
|
|
by Erwin
873 days ago
|
|
I'm curious whether their "Locality Groups" concept can be implemented using stock AWS. Imagine you have 1000 type of tasks that can be called millions of times by users; each node can do any task but resource usage would be better if same task was performed on a node that already has done it. Sticky sessions is not it, as the same task can be initiated by different users. |
|