Distributed Parallel Programming Environment for JavaTM (DPPEJ) is a set of tools and technologies for developing simple, distributed, parallel applications using the Java programming language. This project is being developed by the IBM India Software Lab.Read about the Distributed Parallel Programming Environment for Java
DPPEJ includes an easy and intuitive programming model based on distributed threads; object-based, message-passing APIs; and distributable data collection. DPEEJ takes a class library-based approach to providing a distributed parallel programming environment. New classes and interfaces supporting distributed threads, message passing, and distributable data collections are included in this package.
-
IBM experiments with Distributed Thread Programming Model (3 messages)
- Posted by: JInterest Forum
- Posted on: August 17 2004 07:26 EDT
IBM alphaWorks has posted an interesting technologywhich uses Distributed Thread to perform a computation. They have introduced a new DThread class and DRunnable interface which provides distribution functionality. RMI is used for communication.Threaded Messages (3)
- IBM experiments with Distributed Thread Programming Model by Michael Reil on August 17 2004 12:39 EDT
- IBM experiments with Distributed Thread Programming Model by Brian Miller on August 17 2004 12:55 EDT
- deja vu by alok kumar on August 23 2004 22:43 EDT
-
IBM experiments with Distributed Thread Programming Model[ Go to top ]
- Posted by: Michael Reil
- Posted on: August 17 2004 12:39 EDT
- in response to JInterest Forum
-
IBM experiments with Distributed Thread Programming Model[ Go to top ]
- Posted by: Brian Miller
- Posted on: August 17 2004 12:55 EDT
- in response to JInterest Forum
Some thoughts:
- Should DPPEJ be merged with java.util.concurrency?
- The similarity to gridMathematica is uncanny. -
deja vu[ Go to top ]
- Posted by: alok kumar
- Posted on: August 23 2004 22:43 EDT
- in response to Brian Miller
i hv seen something like this before. if im not wrong, someone won an indian AMIE national prize (either 1st or 2nd) for an application/concept like this,around 3-4 years back. ditributed threads, connected thru RMI, same stuff but of course it wasnt that extensive or standardised.
idea itself seems good though.