Hi all,
Say if I have a processor like this which says # cores = 4, # threads = 4 and without Hyper-threading support. Does that mean I can run 4 simultaneous program/process (since a core is capable of running only one thread)? Or does that mean I can run 4 x 4 = 16 program/process simultaneously? My guess is the first one. From my digging, if no Hyper-threading, there will be only 1 thread (process) per core. Correct me if I am wrong.