ログインして、InfoQのすべての体験をアンロックしましょう!お気に入りの著者やトピックの最新情報を入手し、コンテンツと交流し、限定リソースをダウンロードできます。 クラウドコンピューティングの登場以降、ソフトウェア業界は大きな変革の中に ...
We've deployed a VB app to over 200 desktops at our company. This app is used constantly, without being shut down and restarted. It's become apparent there's a memory leak in the app by looking at the ...
If you have developed C or C++ applications, then you are no doubt aware of memory leaks and their pitfalls. Although the .Net CLR abstracts memory management from the developer, memory leaks can ...
What does everyone here use to detect there memory leaks. Debuggers, carefull reading of code, running the program 10 million times, or a program that "detects leaks" ...