您的位置:首页 > 其它

Eucalyptus Source Code Documentation and Analysis

2011-01-10 15:17 507 查看
Some usefull infomation are listed as follows:
http://hi.baidu.com/juacm/blog/item/559936f0e2268a60dcc474ec.html http://open.eucalyptus.com/forum/source-code-documentation-and-analysis
<

Eucalyptus' CLC uses "mule" framework. Thus, one way to study the code is to
find the mule XML files and see how messages flow between various Java classes.
Please find the "eucalyptus-bootstrapt.xml". that's the dispatcher in the
entry.

>

<

CLC is written in Java with the mule framework. The CC (cluster directory)
and NC(node) are written in C. They communicate through soap message (axis 2C).
If you see source files in cluster/node, there are handers that respond to
particular soap message calls (e.g., doRunInstance, doDescribeInstance). You
might start modifying the existing handlers or define a new soap message/handler
pairs. Hope this helps!

>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: