Results 1 to 4 of 4

Thread: what is the definition of "Distributed Application"?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    what is the definition of "Distributed Application"?

    Is this simply an app that gets sold or is it a programming term to mean something else?

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367
    Distributed Applications are applications that allow multiple computers to work on different parts of the same problem. The server breaks up the problem into work units which are then calculated by machines all across a network. When the machines are done with the work, they send the information back to the host computer who then compiles all of the information.

    They are used to work on problems that take a long time for a single computer to do and that lend themselves to being broken up.

    SETI @ Home is an example of a distributed application. There are also versions out there that try and do some of the RSA challenges.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    ok, that helps

    in a business role, what would be so large that one computer couldn't handle it alone? I can't really fathom that idea. Im used to working with standalone apps since Im still in the infancy of my career. lol

  4. #4
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367
    Many computer graphics applications are done as distributed apps. Places such as Pixar have farms of computers that spend all of their time rendering frames for a movie.

    I'm sure there are examples in the business world, but I can't think of anything off the top of my head.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width