Link to home
Start Free TrialLog in
Avatar of zeBes
zeBes

asked on

Parallel Processing Application

I'm thinking of doing the Parallel Processing Application that allow one task to be divided into several small task, then transmitted to several computer(Client). All this task will be performed together, when completed, the results will be send back to the Server.
  So, i would like to know the websites where i could get the algorithm, introduction, references and if possible, coding for an existing application.

Grade A, plus my max point for the information.tks
Avatar of triso
triso

Hi,

This is the best site I know of for parallel processing theory:

<http://www.tc.cornell.edu/services/edu/topics/ParProgCons/more.asp>

ASKER CERTIFIED SOLUTION
Avatar of BaneBane
BaneBane

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zeBes

ASKER

If possible, i would like to have the source code for the previous project to aid in my research. Source-code for any application that is Par-Pro based.