Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: i want to distribute the work of one computer to 5 other.

  1. #1
    Junior Member
    Join Date
    Jul 2012
    Posts
    20
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default i want to distribute the work of one computer to 5 other.

    Hi ,
    i want to distribute the work of one into 5 computers ,so as to reduce the processing time....
    pls, sugesst
    and provide the info about api's with which i can do the same job..

    thanks


  2. #2
    Junior Member
    Join Date
    Jul 2012
    Posts
    20
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: i want to distribute the work of one computer to 5 other.

    can anybody help me to out of this....

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: i want to distribute the work of one computer to 5 other.

    There are quite possibly dozens of ways to go about this - presuming your 'work' can be multi-threaded. One low level way is to multithread the job and dispatch using Sockets
    Lesson: Sockets
    Lesson: Concurrency (The Java™ Tutorials > Essential Classes)
    Another is to use servers, or Hadoop, or any number of other possibilities each powerful in its own way and each dependent upon the work in question, which you've given no information about

  4. #4
    Junior Member
    Join Date
    Jul 2012
    Posts
    20
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: i want to distribute the work of one computer to 5 other.

    thanx for help,
    I want to multiply two matrix's and each one is of size 1500 by 1500. it consume 91 seconds for computation but i have to finish it on 10 seconds...
    pls , suggest..

  5. #5
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: i want to distribute the work of one computer to 5 other.

    Wikipedia: Algorithms for efficient matrix multiplication

Similar Threads

  1. [SOLVED] Control remote computer
    By phabion in forum Java Networking
    Replies: 3
    Last Post: March 13th, 2012, 09:19 PM
  2. HELP! Java not working at all on my computer
    By Vikkan in forum Java SE APIs
    Replies: 2
    Last Post: March 6th, 2012, 01:04 PM
  3. Java Application which will distribute mails from an exchange server
    By Rednaxela in forum Java Theory & Questions
    Replies: 3
    Last Post: January 9th, 2012, 10:20 PM
  4. need help in AP Computer Science!
    By eechord in forum Member Introductions
    Replies: 3
    Last Post: October 7th, 2011, 09:57 AM
  5. computer science help
    By hairyjewbear in forum Algorithms & Recursion
    Replies: 6
    Last Post: November 4th, 2010, 04:05 PM

Tags for this Thread