Results 1 to 2 of 2

Thread: Distributed computing

  1. #1
    Junior Member
    Join Date
    Jan 2002
    Posts
    25

    Distributed computing

    hi brothers
    In the college i'm studying some of my friends tried to find Perfect number between 1 and 10,000 and said it took them 2 hours to get the prompt again after the a.out file was executed.They could get only 3 or 4 perfect numbers.
    I was thinking of writing a code to find Pefect numbers by harnessing power of the computres in our college network.I would be thankful to you if u could suggest some sites giving basic knowledge (tutorials) abt doing it.

  2. #2

    DAMPP programming

    I posted a thread about this awhile back. DAMPP stands for"distrubuted application managed parallel processing" using Java.

    Here's link that has the classes needed . You just have to modify them to fit your purpose(and PLEASE don't make this into a web based brute force cracker)

    http://www.javaworld.com/javaworld/j...-01-dampp.html

Posting Permissions

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