| I wonder when we will get instances that can scale dynamically at runtime! That would be so cool, just adding cores if the load goes up! You would have to make sure your code has enough threads ready to fill those cores though! (if you use non-blocking async. stuff) Or is this what they mean it already has? Edit: thinking more about this it must be really hard and require kernel fixes? I mean how would linux behave when you add/remove cores and RAM f.ex.? |