ニュース

前回はJava EE環境でスレッドプログラミングを可能にするAPIとしてJSR 237: Work Manager for Application Serversを紹介した。今回はJSR 237と同じく、Java EE環境において非同期並列処理を実現するためのもうひとつのAPI「JSR 236: Timer for Application Servers」を紹介する。 JSR 237が ...
So I inherited this bit of Java code and it has what I will call a Watchdog Timer.<BR>It is set for like 10 minutes and if nothing good happens in 10 minutes it runs some cleanup code.<BR><BR>Now when ...