To: AK2004 who wrote (30981 ) 4/4/1998 1:48:00 AM From: Ali Chen Read Replies (1) | Respond to of 1573514
Albert, <Elbrus will ... be more effective in computational operation than Merced.> I would not worry about Merced at all. The Merced is (?) a product of design behind tightly closed doors, by a group arrogant and overpaid internal engineers. High secrecy and inability to discuss ideas inside wide scientific community cannot give a fruitful result. Just looking at the design idea - three explicitly parallel instruction to execute in three units - so what? Looks impressive at first glance - 3X instant leap in performance, but in reality? As for any serious scientific computation this parallelism by three is nothing, nil. For server-like applications, a single processor is more than enough to route the communication packets. You may think that all three units could do three times more work. Wrong. These requests are most likely uncorrelated in time, and you would need a sort of DYNAMIC compiling all the time to combine instructions in triades to feed this under-brained flop. It will lead to constant cache trashing, with huge associated memory traffic, and zero effective performance. In addition, three processors is apparently not enough to handle 40-50 service processes in NT, so you still need a fast time sharing capability. Flop here again: you cannot save the enormous amount of registers and switch the task state fast, just because it would be too much to save and restore. Remember, Intel was always the worst in task switching and real-time response, how they could design anything useful without experience? I believe they even are unaware of this problem. As far as desktop/workstation concern, you know better: "all PCs wait at the same rate". So, take care. Ali, always with a screwdriver, and bubbling about:)