One of my project requires autonomic computing. And the professor expects us using some utility function open source framework.

I googled, but could not find any valuable info. I find one link talking about IBM utility function interface, but I can't find any architecture explanation. I need find at least one runnable utility function open source framework.

Thanks.

link|improve this question

36% accept rate
I am still looking for a recommendation. – SecureFish Jul 5 '11 at 23:22
Can anybody help me out? – SecureFish Jul 6 '11 at 21:22
feedback

5 Answers

OpenMosix -- an open source clustering solution -- had many autonomic features. It uses load balancing to move jobs to nodes with lower loads. It also has an autodiscovery feature that will enlist new nodes to the cluster automatically, and vice versa. Unfortunately, the project is no longer actively developed, but I am sure there are other open source clustering solutions out there that have similar autonomic features.

link|improve this answer
One year ago, somebody asked me help research on utility function related to health care system. I find related information on wikipedia. But I can't figure out its name now. – SecureFish Jul 1 '11 at 21:58
I am looking for utility function related to cloud computing system – SecureFish Jul 1 '11 at 22:00
feedback

Since you mentioned distributed environments, perhaps Apache Hadoop might be something similar to what you are looking for? It does have a degree of autonomic functionality, what with balancing jobs across all nodes and all that...

EDIT:

Searching code.google.com produces a few more interesting results, like this one and this one. They both seem somewhat abandoned, but the first one has at least had one release in the past year or so. There also a few interesting projects in IBM AlphaWorks - I seem to remember some of them from a few years back when cloud computing was still a newborn technology.

link|improve this answer
Hadoop supports some autonomic computing functionality. That's true. I am looking for utility function open source framework, especially written in Java. For example, aupy is one written in Python. I need a java one. Thanks. – SecureFish Jul 7 '11 at 4:11
feedback

This is kind of vague, 'cloud' is just a market-speak way of saying 'clustering'. If you need a clustering library with messaging, there are more than a couple. You might want to look at qpid running on top of corosync.

But it's still fairly vague, in theory something like MongoDB could be considered a 'cloud computing system'.

link|improve this answer
feedback

Actually I don't understand your Actual problem ... but something Like This :::May Help >>>>

if we are using Database then there is no probleme to Detect Any Operation ...

some thing Like Triggers, procedures,, will help Us ...

AND only in Our application We can Use simple Thread To detect any Event ....

Thanks,

link|improve this answer
feedback

In a blog I found several post regarding the autonomic computing it may be around twenty articles. If you wish I can give the link.

Introduction to Autonomic Computing

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.