The TDA Projectは5日(米国時間)、TDA (Thread Dump Analyzer)の最新版となるTDA 2.0を公開した。TDAはJavaで開発された分析ツール。アプリケーションサーバのようなプロダクション環境をオフラインで分析するために開発され、成果物はLGPLのもとで公開されている。
つい先日、次期Java EEプラットフォーム仕様となるJSR 316がExecutive Committieeによる最初の承認投票を賛成多数で通過した。JSR 316では、Java EE 6で新しく追加されるAPIとしてJSR 196、JSR 236、JSR 237、JSR 299、JSR 311などを挙げている。そのうちJSR 311については本連載で ...
Java has a powerful new concurrency model, and it works with both traditional and virtual threads. Here's a first look at structured concurrency. Structured concurrency is a new way to use ...
On the day before Thanksgiving 2020, the Amazon Kinesis data streaming service in AWS' main region US-East-1 went down for several hours. The company explained the outage in its subsequent failure ...
仮想スレッドはJava仮想マシン(Java VM)が生成する軽量なスレッドのこと。2022年9月に発表されたJava 19のプレビュー機能として実装された。仮想スレッドは事実上無限に作り出すことができ、CPUを共有し効率よく使用することでスループットの向上が期待できる。非同期処理におけるスレッドの ...
Learn about the best practices for concurrency in Java to ensure your multi-threaded applications are efficient, synchronized, and error-free. Concurrency in Java is the ability of multiple threads to ...
CodeZineは、株式会社翔泳社が運営するソフトウェア開発者向けのWebメディアです。「デベロッパーの成長と課題解決に貢献するメディア」をコンセプトに、現場で役立つ最新情報を日々お届けします。