Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. memory usage accumulating continually over time

memory usage accumulating continually over time

Scheduled Pinned Locked Moved ASP.NET
helpmobiledebuggingperformance
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    saniy
    wrote on last edited by
    #1

    hi i have got Below Error When i down load file from any site and my Application is Continue Debug More time then I got following Error . if any one has solution then please help me. "may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during running operations." :) thank in Advance saniya k v

    G 1 Reply Last reply
    0
    • S saniy

      hi i have got Below Error When i down load file from any site and my Application is Continue Debug More time then I got following Error . if any one has solution then please help me. "may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during running operations." :) thank in Advance saniya k v

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      Download the file in a separate thread. If you do it in the main thread, it won't be able to respond to any events while the download is going on, which will make your application look like it's stuck.

      --- single minded; short sighted; long gone;

      S 1 Reply Last reply
      0
      • G Guffa

        Download the file in a separate thread. If you do it in the main thread, it won't be able to respond to any events while the download is going on, which will make your application look like it's stuck.

        --- single minded; short sighted; long gone;

        S Offline
        S Offline
        saniy
        wrote on last edited by
        #3

        :):) hi i used Windows Application and All Processed done in Single thred first i download file and then i Insert data from that file to in SQL Table saniya k v.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups