Thursday, August 13, 2009

Java parallel processing framework




Java Parallel Processing Framework (JPPF)

Was thinking on these lines a year back, good somebody has done it already :), still trying my sample program....
  1. Application Grid Computing, K-means algorithm… close to it.
  2. You can run your java based task/jobs with a group of servers (processing power as I call it) in parallelism and better utilization.
  3. Standard API and no differentiation between a two different business process, write once, deploy once and execute anywhere.
  4. Have seen Real-time “end of day” process in banking needs something of this sort badly.
  5. Multicast communication between designated nodes.
  6. Nice Administration/monitoring tool for all executions in various nodes.
  7. Nice J2ee integration.
Reference,
http://www.jppf.org/

No comments: