タグ

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

  • 関連タグはありません

タグの絞り込みを解除

JavaとGCとlatencyに関するyassのブックマーク (2)

  • Low latency Java apps

    The document discusses the performance considerations of the Java Virtual Machine (JVM) and its impact on low-latency applications, focusing on concepts like garbage collection (GC), memory management, and adaptive compilation. It highlights strategies for optimizing JVM performance, including the use of short-lived immutable objects, managing object allocations, and understanding the differences

    Low latency Java apps
  • バーチャルパネル: 低レイテンシ環境でJavaを使う

    Todd L. Montgomery氏。Informatica Ultra Messagingのアーキテクチャ担当副社長で29Westの低遅延メッセージング製品の主任設計者および実装者。 Dr Andy Piper氏。最近、OracleからPush TechnologyにCTOとしてジョイン。 質問: 低レイテンシとは何を意味するのですか? リアルタイムと同じ意味でしょうか? 一般的に、高パフォーマンスなコードにどう関係しているのですか? Javaを使う利点として、豊富なライブラリ、フレームワーク、アプリケーションサーバなどへのアクセスや、使えるプログラマが多いことが挙げられます。こうした利点は低レイテンシコードにも当てはまるのでしょうか? もし当てはまらないなら、C++よりも何か利点はあるのでしょうか? JVMは並行プログラムをどのようにサポートしていますか? ガベージコレクションは少し

    バーチャルパネル: 低レイテンシ環境でJavaを使う
    yass
    yass 2013/09/17
    " これまでCとC++が事実上の選択肢であった低レイテンシ作業にも、Javaが使われるようになってきた。 InfoQはこの分野の専門家4人を集めて、最近のトレンド / ベストプラクティスについて議論した。/ Martin Thompson "
  • 1