Master's Project in Java and GRID

HI all,

Hope you are doing well,

I am a Masters Student of Server Side Development, and Looking for a project in Java and GRID. I have decided to build a computational GRID using Java RMI but can't think of any interesting real world application. Ideally I want to develop a 2D/3D visualization tool that utilize the computational GRID setup and keep me up on my toes for three months...feel free to express any other interesting topics in java and grid...

Thanx in Advance..

Tanvir

[514 byte] By [T4Ja] at [2007-10-2 5:34:30]
# 1

hi!

i have no cute idea (yet), but first i'd suggest you don't use RMI as you want it to be "computational". RMI is slow and has some nasty memory and time issues..

probably you should read in NIO nonblocking servers, connection pools etc. just to make shure your thing is as fast as possible ;-)

as an idea, you could write some complex fuzzy logic problem-solving system,

where thousands of concurrent processes/threads try to analyze "something",

and the result will be processed further, and so on.

maybe you'll get some chaotic "living" system, where abstract problems arise, get solved, lead to new problems etc....

and you sit and watch the lights blinking and enjoy it ;-)

/meta

metaa at 2007-7-16 1:45:12 > top of Java-index,Core,Core APIs...