BOOMEXPLODE said:Java and .net are not at all the same thing...
Sonic said:They do?
ERP said:Basically the power core should be similar in speed to any other similarly specced core. Probably about the same as a current High end Mac.
The APU's would be significantly more difficult to utilise. Java programs can be large, and existing runtimes are large so any reasonably sized program is unlikly to fit inside the APU's 256K of local memory.
Given that it's going to be cheaper to omit the APU's if your primary goal is running Java or .Net apps. At which point why use Cell at all.
Tsmit42 said:I think that if a cell pc can show much improved performance over a wintel pc with applications like video editing, graphic applications, sound editing, etc. or even everyday applications like mp3 ripping/encoding, compression programs, etc. , users of these programs will be inclined to give a cell pc a try. Linux don't give their users a much improved performance over a windows pc and the mac performance has been an ever closing gap. Macs are also very expensive compared to their pc counterparts, and with a cell processor that is going to be hugely massed produced and put into a $300-$400 console (along with ram, blu-ray, and a gpu), you can expect the price to be competitive.
Also note that MS has made office for the mac, so it is not far-fetched that they could make office using their much beloved .net technologies. Given that Office is the only program that MS has of any value since people dont care what browser they use to surf the web(IE/firefox), or what plays their music as long as it plays(media player/winamp).
IF they could come out with a good interface and easy to use OS, I think a cell pc could have lots of potential.
a688 said:Tsmit42 said:I think that if a cell pc can show much improved performance over a wintel pc with applications like video editing, graphic applications, sound editing, etc. or even everyday applications like mp3 ripping/encoding, compression programs, etc. , users of these programs will be inclined to give a cell pc a try. Linux don't give their users a much improved performance over a windows pc and the mac performance has been an ever closing gap. Macs are also very expensive compared to their pc counterparts, and with a cell processor that is going to be hugely massed produced and put into a $300-$400 console (along with ram, blu-ray, and a gpu), you can expect the price to be competitive.
Also note that MS has made office for the mac, so it is not far-fetched that they could make office using their much beloved .net technologies. Given that Office is the only program that MS has of any value since people dont care what browser they use to surf the web(IE/firefox), or what plays their music as long as it plays(media player/winamp).
IF they could come out with a good interface and easy to use OS, I think a cell pc could have lots of potential.
You are living in a fantasy land. If Window will not run on the Cell "pc", then why do you think everybody will switch over even it is more "powerful"? People will not just jump over to linux. People want to use what is familiar to them and if it isn't familiar, they won't use it. Also, Cell isn't "hugely" mass produced compared to processors from Intel or AMD. Development of these cell PCs will take a LOT of money on top of what is already spent unless the cell workstations have drive controllers, firewire, usb, etc.
Tsmit42 said:Fantasy land? Even I know this will not happen over night. I already gave you the reason why people are not jumping all over linux, even though some have, is because it don't offer improved performance and is not very user friendly. I know lots of people that jump up and down over something that lets them get their most time consuming computer task done 10x-20x faster if the cost is about the same.
As far as mass production, of course the cell is not on the same level as all of intel, but much ahead of them on any one chip. 100 million(200 million if 2 PEs) is just with the ps3 and not counting what Toshiba and IBM has planned. Cell PCs would also raise that number.
Familiarity is all in inteface design. If a cell pc OS can provide a simple easy to use interface that is comparible to Windows, then the users will be okay. Don't give them endless options and configs just to run a web browser, let it be a click and go process.
Only thing stopping me from linux right now is games, and with ps3 games that will be easy to port to a cell pc I don't think that would be a problem.
a688 said:Tsmit42 said:Fantasy land? Even I know this will not happen over night. I already gave you the reason why people are not jumping all over linux, even though some have, is because it don't offer improved performance and is not very user friendly. I know lots of people that jump up and down over something that lets them get their most time consuming computer task done 10x-20x faster if the cost is about the same.
As far as mass production, of course the cell is not on the same level as all of intel, but much ahead of them on any one chip. 100 million(200 million if 2 PEs) is just with the ps3 and not counting what Toshiba and IBM has planned. Cell PCs would also raise that number.
Familiarity is all in inteface design. If a cell pc OS can provide a simple easy to use interface that is comparible to Windows, then the users will be okay. Don't give them endless options and configs just to run a web browser, let it be a click and go process.
Only thing stopping me from linux right now is games, and with ps3 games that will be easy to port to a cell pc I don't think that would be a problem.
100 million over what, 5 years? 200 million if 2 core? Nice marketing talk. 100 million 2 core processors != 100 million processors. No OS will provide the interface Windows does besides Windows itself. There are already versions of linux that are point and click but people do not use them as much as they use windows. Also, why will people be porting ps3 games to this cell based workstation? There is a reason why more games don't show up on PCs and its not because they are powered by your dream cell processor.
corysama said:The SPE/APUs will not be suitable for general purpose programming if only because they can only directly access 256k of RAM. I don't think they will be able to implement automatic virtual memory paging even if you tried. In theory you could work like it was a stupidly fast 286 and manually emulate segmented memory by DMAing 16K chunks, but that would more than cancel any potential benefits. The 4GHz PowerPC would probably out perform all 8 4GHz SPEs executing general purpose code. General purpose code references memory all over the place, has lots and lots of branches and rarely coordinates 4-floating point multiply-adds in succession.