How does a supercomputer work and can we make a mini Super Computer

2»

Comments

  • Reply 21 of 28
    kickahakickaha Posts: 8,760member




    You know, I actually know someone who went to work at Google early on, and his job was to create and test the adult content filters.



    Yes, he got paid insane amounts to surf porn all day.
     0Likes 0Dislikes 0Informatives
  • Reply 22 of 28
    Does AppleScript support remote code execution? If so, an intelligent and resourceful person could easily piece together their own distributed workflow management system..
     0Likes 0Dislikes 0Informatives
  • Reply 23 of 28
    kickahakickaha Posts: 8,760member
    Quote:

    Originally posted by ThinkingDifferent

    Does AppleScript support remote code execution? If so, an intelligent and resourceful person could easily piece together their own distributed workflow management system..



    Yup. It's as easy as knowing the machine name (AppleTalk/ZeroConf) or IP address, and saying 'on machine MachineInfo tell application...'



    Been in there since System 7.



    The owner of the target machine has to allow such remote execution, but its there.
     0Likes 0Dislikes 0Informatives
  • Reply 24 of 28
    placeboplacebo Posts: 5,767member
    When Apple finally releases that plug 'n' play clustering app, you might see some improvements in day to day performance.
     0Likes 0Dislikes 0Informatives
  • Reply 25 of 28
    aplnubaplnub Posts: 2,606member
    Quote:

    Originally posted by Kickaha

    Of course, since *my* research fits the criteria *perfectly*, I am seriously thinking about getting 3 or 4 of them and making my own little Xgrid cluster, since it *will* speed *my* stuff up tremendously...



    Can you give me an example of when having an xgrid server is useful (specific example)?



    Thanks!



    eric
     0Likes 0Dislikes 0Informatives
  • Reply 26 of 28
    kickahakickaha Posts: 8,760member
    Well in my case, I have a task that spawns off up to about 80 subtasks that are all identical, working on identical data, looking for different things, with a well formed hierarchy of which to do first, and how to collate the results in the proper order.



    Right now, these tasks are done in linear fashion on one CPU. The data is under a couple of MB in most cases, with a peak of about 15MB. The runtime, however, can run into 30sec/task on a 1.25GHz G4 for a quick scan, and 8min on a thorough one. This means that the data transfer is a fraction of the processing time. If I had four minis sitting there, I could crank on four tasks at a time, each CPU dedicated to it 100%.
     0Likes 0Dislikes 0Informatives
  • Reply 27 of 28
    aplnubaplnub Posts: 2,606member
    Got ya. Thanks! That clears it up for me once and for all and now I feel dumb.



    Eric
     0Likes 0Dislikes 0Informatives
  • Reply 28 of 28
    kickahakickaha Posts: 8,760member
    No worries, you wouldn't believe the things I've heard people think grid computing will speed up.
     0Likes 0Dislikes 0Informatives
Sign In or Register to comment.