J
Jon Credit
I have created a couple of Windows Services with VB dotNet
and I am seeing the memory usage grow on them. I have
looked real hard at my code but nothing really sticks out.
I downloaded the trial version of AQTime and ran the
services in there and again, nothing is sticking out.
Are there any known memory issues with 2003 dotNet with
building services?
The services are built in an OO model. Within the context
of a timer, get DB connection from connection manager
object (Shared functions), Retrieve a dataview, for each
row in the dataview: pull xml document from web, process
the xml document into new dataviews (4 to be exact) and
save to db.
after all rows are processed, close all DB connections and
re-enable timer.
I am seeing the memory consumption grow but I have
disposed everything I can dispose of. Are there any known
issues with what I am trying to do? or does anyone have
any suggestions on what to try?
TIA
Jon Credit
and I am seeing the memory usage grow on them. I have
looked real hard at my code but nothing really sticks out.
I downloaded the trial version of AQTime and ran the
services in there and again, nothing is sticking out.
Are there any known memory issues with 2003 dotNet with
building services?
The services are built in an OO model. Within the context
of a timer, get DB connection from connection manager
object (Shared functions), Retrieve a dataview, for each
row in the dataview: pull xml document from web, process
the xml document into new dataviews (4 to be exact) and
save to db.
after all rows are processed, close all DB connections and
re-enable timer.
I am seeing the memory consumption grow but I have
disposed everything I can dispose of. Are there any known
issues with what I am trying to do? or does anyone have
any suggestions on what to try?
TIA
Jon Credit