COM memory and CPU usage

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default COM memory and CPU usage

    i have installed a VB6 COM component in the Component
    Services of IIS 4.0. i'm not sure if it's been properly
    set-up. it keeps eating up huge chunks of memory and
    hangs the ASP page. i have set the created object to
    nothing in the ASP page. it does stop executing but it's
    still eating up memory space. i have also noticed that it
    even starts executing even when i haven't created the
    object yet.

    i'm really desperate for help. thanks.
    rio Guest

  2. Similar Questions and Discussions

    1. #26042 [Fbk->Ver]: Memory usage
      ID: 26042 Updated by: jay@php.net Reported By: vsv3 at alu dot ua dot es -Status: Feedback +Status: ...
    2. Too Much Memory Usage
      make sure you're not running norton protected recycle bin.
    3. CPU and Memory usage
      Hi How do I find CPU and memory usage for all process on a system over time? I would like to run such a script and write the result to a log...
    4. memory usage
      i need help in being able to control my memory usage when my computer starts. when my computer starts it is using about 140-160 mgb of memory i...
    5. PS Memory Usage
      Russel, if you're running Windows 98 / ME, it could be (and I insist, COULD) the problem. Windows 98 and alike (pre-XP) are known to have memory...
  3. #2

    Default Re: COM memory and CPU usage

    Hmmm.

    Next time it happens, run IISState against the process that is using the CPU
    (inetinfo/mtx). If you need help w/the analysis, you can post the log to
    the group. The log should hopefully tell us where the problem is.

    iisstate -p <pid of inetinfo> <enter>

    Pat

    "rio" <lavieenrose579@yahoo.com> wrote in message
    news:0a2f01c38f03$b00e0ad0$a401280a@phx.gbl...
    > i have installed a VB6 COM component in the Component
    > Services of IIS 4.0. i'm not sure if it's been properly
    > set-up. it keeps eating up huge chunks of memory and
    > hangs the ASP page. i have set the created object to
    > nothing in the ASP page. it does stop executing but it's
    > still eating up memory space. i have also noticed that it
    > even starts executing even when i haven't created the
    > object yet.
    >
    > i'm really desperate for help. thanks.

    Pat [MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139