-
importance of JPPF
JPPF is a generic framework for parellelizing computation-intensive applications.
The goal is to make these applications run faster by spreading their execution over many machines in parallel.
To achieve this, JPPF provides a set of ready-to-run components that are executed on each machine and allow them to communicate with each other, thus forming a network of machines called grid.
It also provides an API, to help decompose an application or algorithm into atomic tasks, which can be executed independantly and concurrently, and submit these tasks and obtain the results of their execution.
Similar Threads
-
By river22_34 in forum Java
Replies: 1
Last Post: 09-17-2007, 01:42 AM
-
Replies: 3
Last Post: 09-03-2002, 11:17 PM
-
By BillC in forum ASP.NET
Replies: 0
Last Post: 08-22-2002, 06:52 AM
-
By Randy Jean in forum ASP.NET
Replies: 0
Last Post: 08-21-2002, 04:20 PM
-
By Richard Curzon in forum Architecture and Design
Replies: 0
Last Post: 06-22-2000, 10:49 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks