タグ

2012年2月1日のブックマーク (4件)

  • How to Fix Broken Incompatible Extensions in Mozilla Firefox and Make Them Compatible With Newer Versions? - Tweaking with Vishal

    ita-wasa
    ita-wasa 2012/02/01
    2. Now right-click and select "New -> Boolean". Give it name: extensions.checkCompatibility.3.6 (For Firefox 3.6) extensions.checkCompatibility.4.0 (For Firefox 4.0) extensions.checkCompatibility.5.0 (For Firefox 5.0) extensions.checkCompatibility.6.0 (For Firefox 6.0) extensions
  • Use Erlang to build better software

    ita-wasa
    ita-wasa 2012/02/01
    e2 is an experimental project that aims to simplify Erlang/OTP development and improve developer productivity. e2 is very new – but it is being used in production applications. Get the latest source code from the e2 repository on githib and refer to this documentation [1]. If you have questions or
  • Introduction — e2 Documentation

    ita-wasa
    ita-wasa 2012/02/01
    Here’s the same service in e2: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 -module(ping_service). -behavior(e2_service). -export([start_link/0, ping/0, handle_ping/2]). start_link() -> e2_service:start_link(?MODULE, []). ping() -> e2_service:call(?MODULE, {handle_ping, []}). handle_ping(_F
  • 10億IOPSの新技術「Auto Commit Memory」に見るコンピュータの展望

    先日、Publickeyにて"Fusion-io、10億IOPSの新技術「Auto Commit Memory」発表。ストレージなんてレベルじゃない、パーシステントなメモリだ"という記事が紹介された。10億IOPS!なんていうと、普段ITに携わっている人間としては信じがたい数字であり、思わず眉にたっぷり唾を塗って身構えてしまう。その一方で、「あのFusion-IOならやりかねない」という淡い期待も抱かずには居られない。記事を読んだところ、既存のioDrive2 Duoを使い、ソフトウェアで10億IOPSを達成したとのこと。同じハードウェアなのにいきなり性能が飛躍的に向上した!というのもにわかには信じがたい。一体どういうことだろうか?と色々考察したことをまとめてみた。(あくまでも筆者の考察および推測であるという点はご理解頂きたい。) どのようなソフトウェアだろうか?Auto Commit M

    10億IOPSの新技術「Auto Commit Memory」に見るコンピュータの展望
    ita-wasa
    ita-wasa 2012/02/01
    Fusion-IOがこのような戦略をとったのは非常に興味深い。Fusion-IOがioDriveを発表したときは、PCI Expressから直接SSDにアクセスすることでSATAという中間層のインターフェースをすっ飛ばすことでボトルネックを解消した!という