The Artima Developer Community
Sponsored Link

Java Answers Forum
Parallelism in Java

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Diwakar

Posts: 1
Nickname: coolenigma
Registered: Feb, 2005

Parallelism in Java Posted: Feb 3, 2005 6:58 PM
Reply to this message Reply
Advertisement
Hi Friends,

This is my problem,

I need to search an element in an array and the key is going to be supplied by one processor and the other two processors are going to search the key in the sequence.

Everything needs to be parallel. Using Threads don't bring exact parallelism ?

Processor 1 --------->Processor 2 (search)

--------->Processor 3 (search)
and the search method also needs to be parallel.
Can anyone suggest

how can i approach this problem ?

which algorithm can used effectively for parallel search ?

Topic: About javx.comm....  reading the serial port Previous Topic   Next Topic Topic: Thread Cooperation

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use