タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

LibraryとNeverBlockに関するt_43zのブックマーク (1)

  • NeverBlock

    What is it all about? NeverBlock is a Ruby library that allows developers to write non-blocking, concurrent code in a transparent manner. Meaning that you will keep coding in your traditional ways while you get the benefit of non-blocking IO operations. Traditionally, a Ruby application would block whenever it requests an IO operation. This can be solved by running code in multiple threads but t

    t_43z
    t_43z 2008/09/30
    Non-Blocking I/O使ってRubyを高速化するライブラリ。Ruby1.9のFiber使ってる。Railsにも対応。
  • 1