annotate ARC183OS111-27.txt @ 0:d3bd92def4d3

add sigos text file.
author freddie@otacon.local
date Sat, 21 Mar 2009 21:11:27 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
1 タイトル:
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
2 連邦型Lindaによる分散アルゴリズムをデバッグするためのメタプロトコル
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
3
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
4 著者名:
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
5 赤嶺悠太
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
6 小野雅俊(琉球大学情報工学科 並列信頼研究室)
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
7 河野真治(琉球大学情報工学科)
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
8
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
9 所属:
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
10 琉球大学大学院 理工学研究科 情報工学専攻
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
11
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
12 概要:
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
13 連邦型Lindaとは、複数のLida Serverを接続して分散アルゴリズムを実装する
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
14 フレームワークである。
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
15 今回は、分散アルゴリズムをデバッグするために、通常のタプル通信の他にメ
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
16 タな通信を行なうプロトコルエンジンの設計と実装を行なった。
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
17 メタ通信は、タプル通信と相似な形式を持っているが、Linda サーバ内部に直
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
18 接アクセスすることが出来る。
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
19 これにより、デバッグプロトコル自体をスケーラブルな分散プロトコルとして
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
20 実装することが出来る。
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
21
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
22 Title:
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
23 Meta Protocol for Debugging of Distributed Algorithm by Federated Linda
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
24
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
25 Author:
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
26 Yuta AKAMINE
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
27 Masatoshi ONO(Infomation Engineering, University of the Ryukyus)
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
28 Shinji KONO(Infomation Engineering, University of the Ryukyus)
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
29
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
30 Belong:
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
31 Interdiscipinary Infomation Engineering, Graduate School of
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
32 Engineering and Science, University of the Ryukyus.
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
33
d3bd92def4d3 add sigos text file.
freddie@otacon.local
parents:
diff changeset
34 Abstract: