現在のWebシステム開発・ 運用で踏まえるべき新しい技術的な取り組みについて、 日立のアプリケーションサーバ (APサーバ) であるCosminexus(コズミネクサス) の製品群を題材として取り上げながら解説する本連載、前回は流量制御およびDB (I/ O) の最適 ...
当日は、 午前に特別講演や基調講演、 午後からはセミナーが主体となりました。セミナーは大きく分けて、 実践例を中心とする 「実践! SOA⁠」⁠、 構築・ 運用手法を解説する 「SOA構築と運用の勘所⁠」⁠、 最新技術を紹介する 「先端技術活用講座 ...
Community driven content discussing all aspects of software development from DevOps to design patterns. I don’t know anyone who likes investigating a Java heap dump. They can be massive — literally ...
Java VMのメモリ管理に由来する「Full GC」の問題は、Webシステムの性能劣化を引き起こす主な要因として認知されている。これに対し日立では、同社のSOAプラットフォーム「Cosminexus」のアプリケーションサーバ(APサーバ)において、Java VMのメモリ管理方式を ...
When you create a new object in Java,<br><br>aClass a = new aClass();<br><br>memory is dynamically allocated on the process's heap to store the object instance. A reference to this object is created ...
I'm trying to show the higher ups that our codebase is not using objects correctly. We're making copies of immutable objects all over the place and its driving me mad. However, I have no 'proof' (i.e.