Slashdot Mirror


A Cluster Of Pocket PCs

Don Stratton writes "This is the coolest thing I have seen anyone do with a Pocket PC... ever! Well-known Pocket PC developers SPB Software House, located in Russia, have come up with a very interesting spin on computing clusters. The short version is they connected 12 Pocket PCs together in the first known 'supercomputer cluster' of its type and had it calculate the old '3n + 1' problem. It was just done for fun, and not intended to seriously compete with desktop computers, but it does point out some interesting possiblilities for the future of handhelds with wireless connectivity working in ad-hoc computing clusters."

3 of 119 comments (clear)

  1. Sounds like a dot-com VC funding pitch... by Anonymous Coward · · Score: 3, Interesting
    it does point out some interesting possiblilities for the future of handhelds with wireless connectivity working in ad-hoc computing clusters


    That or report for a MBA marketing buzzword course.

  2. Re:How do you? by Ass,+Ltd.+Ho! · · Score: 5, Interesting
    The answer to your question is really kind of interesting. I came across it while searching through some japanese documents at the university of Nagasaki.

    instead of taking the "multiple-serializing" approach you suggest, you begin by using the output of your first transform filter as a sort of "seed" to feed groups of parallel "second-tier" transform filters. Once you've done that, you can see how it is easy to fan those outputs out and iterate into third or fourth-tier (obviously, that's a LOT of pocket PC's!) transform filters. As the filters each work their way through seed data, they each begin to converge toward (notice i didn't say TO) a solution. You then use what the japanese called a "recompositing Reimann filter" to sort of sift your way from the multi-tiered parallel seed results back into a final solution.

    It's very elegant, IMHO.

    --
    HO
  3. Similar to blue gene... by gnuadam · · Score: 3, Interesting

    This sort of reminds me of what they're doing with blue gene. Instead of using hot, ultra fast processors, they're using what amounts to 2 embeded processors per node and depending on kick ass networking to carry the load.

    For parallel problems, sometimes faster processors is not better...

    --
    You say :wq, I say ZZ. Why can't we all just get along?