tomleibo / distributedSystems

0 stars 1 forks source link

Should the workers be multithreaded? #33

Closed hagai-lvi closed 8 years ago

tomleibo commented 8 years ago

Do our machines have multiple CPUs?

hagai-lvi commented 8 years ago

We currently use t2small which have only a single CPU, but we might want to change this to use instance type with multiple CPUs. We need to further investigate this according to the goals of the assignment (should be as fast as possible? as money-efficient as possible? something else?)

hagai-lvi commented 8 years ago

EC2 has 20 instances limitation #55 So we might want to start machines that are stronger than t2.micro

hagai-lvi commented 8 years ago

@tomleibo due to the limitation of 20 instances, what do you think? it seems like we need the workers to be multithreaded...

hagai-lvi commented 8 years ago

No, too weak machines