Console Application Hangs and loss of memory allocation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have this console app that runs 24/7. When it first starts up it's around
14 megs. I come in today and the app is hung and is at around 1 meg.

I know this is a broad question but I'm looking to brainstorm any ideas of
what might of caused this.

No messages in the event log.

The app connects to a MSQL db and grabs some records using a reader. It
loops through them and makes an http request to a webserver based on the data
in the app. It closes the connections and all that so there isn't any memory
leaks.
 
Punisher,

Well, if you are sure that it closes all of the connections and all of
the streams (the calls to the websites), then there has to be something else
wrong. Also, without seeing your code, it's nearly impossible to tell.

Can you show some of what you are doing?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top