Slashdot Mirror


The Transmeta Pushme-Pullyou?

tired.cranky writes: "An article on LinuxDevices.com sez that Transmeta is about to ship a quasi-distro slash embedded development toolkit featuring Linus' new super-efficient cramfs and ramfs filesystems. Apparently, a reasonably normal Linux system can be shoehorned into 8MB of storage, with zlib decompression-on-demand and such. It sounds like it could push a fair few hobbyists and embedded developers in Transmeta's general direction, too... and reads nicely next to a Register piece on Transmeta's leaked server initiative. Does one end of Transmeta know where the other is pointed?"

10 of 63 comments (clear)

  1. They actually have a good point. by Chris+Burke · · Score: 3

    When you're trying to cram as much computing power into a given space as you can, then you'll find that you're limited by heat dissipation. Thus the performance/Watt ration becomes more important than just performance itself. Running lots of slightly-less-impressive Crusoes will end up giving you more computing bang for your BTU, and hence more computing/inch.

    It's a neat angle, but then again being able to play solitaire during your entire flight cross-country was a good angle, and that doesn't seem to have panned out. I hope it works, not because I love transmeta, but because I just like seeing cool technology win.

    --

    The enemies of Democracy are
  2. Re:Will this have an impact? by TWR · · Score: 4
    Sell me a bunch of Transmeta products on price / performance / support / versatility / reliability / etc. but power savings? That's just not that big a deal to us.

    It might not be a big deal now, but how about in 6 months or so when the real cost of electricity is passed on to the consumers? If you started paying 10x more for your electricity than you're paying now, will power savings be an issue?

    -jon

    --

    Remember Amalek.

  3. Saint Nick just doesn't like Dietzel - it's heat! by WillSeattle · · Score: 5

    The low power, many microprocessor solution has been propounded many times, and it has routinely failed in the marketplace. Why?

    People don't care about low power on servers. Even if the power costs and cooling costs are trippled, only a handful are in a position where optimizing for power, not speed is important.
    Theoretical peak, N cheap processors is much more powerful than one expensive processor


    Then why are sales of low-power servers skyrocketing, especially in San Francisco, which someone from Berkeley should know about. Hint: read the local business pages sometime. I do up here in Seattle, and it's reported here.

    There are high-demand servers, mid-demand servers, and back-up servers. For high-demand, constant traffic servers your arguments make a lot of sense. For mid-demand or failsafe rollover servers, the heat cost and power cost are a higher fraction of the operating expense of the server, which is likely a cheaper box with dual drives but chock full o RAM.

    Servers don't come in one size or one shape. Some people serve up lots of static pages, some people have worldwide operations. Others have frequent low-traffic periods and may have a primary hit box with some image servers that can afford to have a little lag time and would get a high return on code-replication as it serves the same file over and over and over and over and over.

    Just because you don't like Dietzel doesn't make you right. Think before you post, do some research, a few base google queries, check the local trade mags, before leaping to assumptions.

    --
    --- Will in Seattle - What are you doing to fight the War?
  4. Re:Will this have an impact? by WillSeattle · · Score: 3

    It might not be a big deal now, but how about in 6 months or so when the real cost of electricity is passed on to the consumers? If you started paying 10x more for your electricity than you're paying now, will power savings be an issue?

    Unlike California, where there's a 10 percent rate cap on power prices, both Oregon and Washington states have no such limits and we're looking at 50 to 150 percent price hikes over the next six months, some of which will be permanent.

    So, especially in other portions of the Pacific Northwest, this is very much an issue.

    --
    --- Will in Seattle - What are you doing to fight the War?
  5. Linux bloatware by MSBob · · Score: 4
    Apparently, a reasonably normal Linux system can be shoehorned into 8MB of storage, with zlib decompression-on-demand and such

    And we're supposed to be impressed? Let me break the news here. QNX did it ages ago when they squeezed their kernel, GUI, web browser, mail client and tcp/ip stack into a SINGLE 1.44 MB floppy. Oh, the power of Closed Source!

    --
    Your pizza just the way you ought to have it.
  6. Dietzel is "on crack", from a technical standpoint by nweaver · · Score: 4

    The low power, many microprocessor solution has been propounded many times, and it has routinely failed in the marketplace. Why?

    • People don't care about low power on servers. Even if the power costs and cooling costs are trippled, only a handful are in a position where optimizing for power, not speed is important.
    • Theoretical peak, N cheap processors is much more powerful than one expensive processor. The difficulty has always been in programming, not building. If we understood how to program for this model, people would be buildings things like 8-StrongARM+fp-on-a-chip machines.
    • Server machines which perform some sort of service need to have both good throughput and good latency. Nobody will buy a server if it can do some gazillion-transactions-per-second if each transaction takes a minute to complete. This is why even big message passing setups are usually built using high performance processors.

    Similarly, non-SMP machines have repeatedly failed when compared to SMP machines, because a message passing machine is much more difficult to program. Yes, if you can rephrase your programs to run on a cluster, then you see the impressive possibility in cost/performance, but it is really difficult to program well. People pay the extra cost for SMP machines simply because they can actually program them for a wider variety of applications.

    Most problems which can be translated to a message passing structure have already been migrated to clusters of cheap machines. It is problems like databases, which don't map well to message passing, which is why people buy "servers", and it is these problems which are why people buy E10ks.

    Dietzel knows better, he is an intelligent scientist, but he is acting like some corporate PR flack. Such dishonesty I can accept from someone who is ignorant, but he knows better.


    Nicholas C Weaver, Winged Rat Consulting
    nweaver@cs.berkeley.edu

    --
    Test your net with Netalyzr
  7. Will this have an impact? by WillSeattle · · Score: 3

    That's a good question. One of the side effects of California's recent electricity problems has been a spike in demand for low-power devices, specifically Transmeta-based servers, but the whole device side is another animal.

    My impression is that Intel is having problems recognizing how to deal with the appliance picture and small devices, and that Transmeta has maybe an 18 month lead on them. But they're not the only players in this sphere, so this is going to depend on the following things:

    1. How fast Transmeta can ship production quantity chips for this market.
    2. How well device manufacturers integrate these in a useable way.
    3. How interested the consumer market is in these devices.
    4. What pricing strategy Transmeta has for this.
    5. How far competitors are willing to go with fake media releases, arm twisting, collusion, and rumors to sink Transmeta.
    6. Where G Bush and Bill G and their posses have invested their money in this area - if the regulators and the tech money interests are all after Transmeta, the best solution may not necessarily win, unless it can get its own crew behind it.

    --
    --- Will in Seattle - What are you doing to fight the War?
  8. You KNOW a FS is good when... by X-Dopple · · Score: 3

    ...it's named 'CramFS' as opposed to FAT

  9. A little math for your edification... by nweaver · · Score: 4

    Let us assume a 1u high rackmount mini-server, which is burning 100W of power [1], and which will have a 2 year lifetime before you call it obsolete and scrap it because the space you are renting would be better served by new machines.

    Now let us assume a ridiculous power cost of $.50/kwh (note, current rates are around $.10/kwh, and may rise as high as $.15 when all is said and done. Even if you are being charged for cooling as part of the power budget, 50 cents a kilowatt hour is a ridiculous charge).

    This means the server costs $.05/hr to operate, or about $900 in lifetime power costs over the 2 year lifetime, assuming vastly overpriced power.

    Now given a miracle transmeta server which burns only 50W (after all, you still have to power the ethernet, disks, memory, etc). EVEN IF it has identical performance, it can only cost $450 more for it to be cost effective. If it is lower performance along with lower power (which it will be), there is no point in purchasing it.

    [1] Current dual processor, stacked, HIGH end (2x933 MHz PIII) 1u systems will burn ~200W. Couple that with a still excessive but slightly more reasonable power cost of $.25/kwh and the calucation is roughly the same: a lifetime power cost of $900. Something like the BriQ is only burning 40W, but being sold for the remarkably low form factor (can probably fit 4 in a 1U rackmount), not ops/W.


    Nicholas C Weaver, Winged Rat Consulting
    nweaver@cs.berkeley.edu

    --
    Test your net with Netalyzr
  10. It's going to run slash? by DataSquid · · Score: 5

    Transmeta is about to ship a quasi-distro slash embedded development toolkit

    And how does one develop under such a system? Post your programs and hope they get modded up to compile-threshold level?

    --

    DataSquid.net, a little about me.