OS研究のトレンド - oraccha/omicron GitHub Wiki

時代と共に OS の役割も変わり,OS のトレンドも変わるけど,最近の OS 研究のトレンドって何でしょう.

なんかトレンドと呼べるほどの流れがある気がしないんだよね.

OS研究者,識者のみなさん教えて!!

  • ん〜,problem finding ができるようにならないと研究者とは呼んでもらえないぞ(T_T)
    • ''問題を作り出すことは、問題を解くことよりも、ずっと重要である。問題を解くことは、単に数学的、経験的にスキルさえあればできるかもしれないが、新しい問題や新しい可能性を提起し、古い問題を新しい角度から見るためには創造的なイマジネーションが必要で、本当の意味での科学の躍進を表すものなのである。ーアルバート・アインシュタイン''

Fri Oct 28 10:12:54 2005

  • 東大大山さんの[http://oyamayoshihiro.blog18.fc2.com/ 大山恵弘ブログ] とか面白そう.

  • [http://www.usenix.org/events/hotos05/final_papers/hunt.html Broad New OS Research: Challenges and Opportunities] (USENIX HotOS X) . MSR で研究されている Singularity に関する論文.

    • dependability, security, system configuration, system extension, and multi-processor programming

Sun Jun 2 00:02:09 JST 2002

  • John Hennessy, [http://www.cs.berkeley.edu/~pattrsn/252S01/hennessy.pdf The future of systems research], IEEE Computer, vol.32, no.8, pp.27-33, Aug. 1999. . OS ってわけじゃないけど,Hennessy & Patterson,RISC などで有名な Stanford Univ. の John Hennessy 教授の記事.

Tue Apr 30 14:18:06 JST 2002 . ちょっと古いけど(2000-01-29),メモ.Washington Univ. での OS 研究のイントロ.

  • [http://www.hpl.hp.com/personal/Yasushi_Saito/ostalk/ Things you should know about operating systems]

Sun May 5 20:19:42 JST 2002 . さらに追加.

  • Milojicic, [http://www.hpl.hp.com/personal/Dejan_Milojicic/OS.pdf Operating Systems: Now and in the Future], IEEE Concurrency, Vol.7, pp.12-21, 1999.

    • [http://www.hpl.hp.com/personal/Dejan_Milojicic/ Dejan Milojicic] 氏(HP Lab)による六人の OS 研究者に対するインタビュ.取り上げられているのは,CMU/OFS で Mach をやっていた David Black(EMC),WindowsNT や Millennium Project の http://www.research.microsoft.com/os/bolosky/ Bill BoloskyAmoebaExokernelhttp://www.pdos.lcs.mit.edu/~kaashoek/ Frans KaashoekL4 の Jochen Liedike(IBM TJ Watson Research Center),[http://www.research.compaq.com/wrl/people/mogul/ Jeffrey Mogul](Compaq WRL),[http://www.hpl.hp.com/personal/John_Wilkes/ John Wilkes](HP Labs)氏ら.
    • 同じく連載 TrendWars の組込み分野で取り上げられているのは,Braian Lazara(WindRiver),John Stankovic(Univ. of Virginia),Wolfgang Schroder Preikschat(Univ. of Potsdam),Liviu Iftode(Rutgers Univ.),Rodger Lea(Sony DSL),Bob Rau(HP Lab)という人達.こっちの方面は知らない人ばっかりだ.
  • K.M. Kavi, J.C. Browne and A. Tripathi, "[http://salid6.csci.unt.edu/~kavi/Research/computer.pdf Computer Systems Research: The Pre ssure is on]", IEEE Computer, pp.30-39, Jan 1999.


2002-02-12 . P2PとかGridコンピューティング絡みの記事がいくつか.P2P が流行ってから,分散OSネタが復活してきたのかな?

  • [http://www.computerworld.com/cwi/Printer_Friendly_Version/0,1212,NAV47_STO68110-,00.html Developing New Operating Systems] (ComputerWorld 2002-02-11)

  • [http://www.computerworld.com/cwi/Printer_Friendly_Version/0,1212,NAV47_STO68143-,00.html Brave New OS] (ComputerWorld 2002-02-11)

    • [http://slashdot.org/articles/02/02/11/1814250.shtml?tid=126 Operating System of the Future] (Slashdot 2002-02-11)
      • ずっと前にも同じような話を聞いたことがあるぞ.AmoebaとかPlan9とか.でも,分散OSって流行らないよね.
      • EROSみたいな強力なケーパビリティを持ったコンポーネントベースOSがいいのではないかとか.
  • [http://www.sciam.com/2002/0302issue/0302anderson.html The Worldwide Computer] (ScientificAmerican 2002-03月号)

  • [http://www.cnn.com/2002/TECH/ptech/02/13/brave.new.os.idg/index.html The Brave new OS of the future] (CNN 2002-02-13) . 分散ファイル共有寄りで FarSite (MSR),モバイルコンピューティング寄りで [http://www-2.cs.cmu.edu/afs/cs/project/coda/Web/coda.html Odyssey] (CMU),クラスタ寄りで BlueGene (IBM) が取り上げられている.

  • [http://www.infoworld.com/articles/hn/xml/02/05/15/020515hnmicos.xml Microsoft exec touts OS evolution] (InfoWorld 2002-05-15) . RichardRashid(MSR) 氏へのインタビュ. 従来のファイル,I/O 管理のように性能一辺倒ではなく,ユーザの振舞を学習したり,適応できたりするOSを考える必要があるといった内容.例えば,自然言語インタフェースと関連させるとか.あと,分散コンピューティング関係で,"human-scale storage" とか "broad-spectrum parsing" といったキーワードが.

  • 研究プロジェクト

    • Chord (MIT)
    • OceanStore (UCB)
    • [http://www.research.microsoft.com/sn/Farsite/ FarSite File System] (MSR) . サーバレス分散ファイルシステム.フォールトトレランス,セルフチューニング,強固なセキュリティ.
      • MillenniumProjectでもセルフチューニングみたいな話がでてきてたけど,アカデミックなところ,特に人工知能屋さんなどがこの辺で生き残っていたりするらしい?
    • [http://www.research.microsoft.com/sn/Herald/ Herald] (MSR) . インタネットスケールのイベント通知サービス.
    • [http://now.cs.berkeley.edu/Xfs/xfs.html xFS] (UCB)
    • [http://research.compaq.com/SRC/personal/thekkath/frangipani/home.html Frangipani] (Compaq SRC)

Thu Jun 14 17:56:34 JST 2001 . MSR のカレントプロジェクトを眺めているけど,関係ありそうなのは [http://www.research.microsoft.com/sn/ ここ]かなぁ.

Fri Jul 6 15:01:06 JST 2001 . 今年の SOSP の accepted papers が公開されている.