2009年12月28日のブックマーク (3件)

  • MSDN Blogs

    Microsoft Advanced Windows Debugging and Troubleshooting - Contributions to this blog are made by the Microsoft Global Business Support - Windows Serviceability team. When Special Pool is not so Special Hi Everyone.  Richard here in the UK GES team bringing you an interesting case we saw recently... Author: ntdebug Date: 11/04/2015 We Are Hiring – North Carolina and Texas Would you like to join th

    MSDN Blogs
    komorih
    komorih 2009/12/28
    内容自体はありがちなバグ (何度か遭遇したことアリ) だが,キモは !poolused と !for_each_module によるプール確保箇所の特定方法 #ntdebug
  • MSDN Blogs

    Microsoft Advanced Windows Debugging and Troubleshooting - Contributions to this blog are made by the Microsoft Global Business Support - Windows Serviceability team. When Special Pool is not so Special Hi Everyone.  Richard here in the UK GES team bringing you an interesting case we saw recently... Author: ntdebug Date: 11/04/2015 We Are Hiring – North Carolina and Texas Would you like to join th

    MSDN Blogs
    komorih
    komorih 2009/12/28
    !vm の Pool Usage 値と !poolused の Total 値の乖離が大きいとプール断片化の疑いアリ。KAnalyze の Pool View だともっと具体的に見えるけど
  • JNIより簡単にJavaとC/C++をつなぐ「JNA」とは(1/4)-@IT

    インターネットの普及に加えて、リッチクライアント/RIAの発展とともに、アプリケーションの形態は、C/S(クライアント/サーバ)システムから、Webアプリケーションシステムにシフトしています。一般の情報発信システムだけではなく、企業の基幹情報システムまで、盛んにWebアプリケーションで構築するようになりました。 この変化の主役であるといわれる、Java技術は、Webアプリケーションシステムの発展とともに、ネットワークの親和性や、プラットフォーム適用の多様性で、広く受け入れられて、Webアプリケーションシステム開発の基盤技術になっています。 これまでのC/Sシステムでは、サーバロジックはC/C++で実装されるケースが一般的でした。C/SシステムからWebアプリケーションシステムにシフトする際に、Java技術を導入することを決めた場合、Java技術で、すべて新規開発するのは1つの選択肢ですが、

    komorih
    komorih 2009/12/28
    JNI 機能相当の高レベルインタフェースを jna.jar ファイル一つで実現する