J
John Sheppard
Hello all,
I have an application written in VB.Net that comsumes a webservice.
We are having issues with speed. I have not ruled out a webservice problem,
and this was my first guess. However when running through my application in
release mode the application's (assemblyname.vhost.exe) memory usage
fluctuates heavily and goes upto a max of 1.5GB and then rests on 1GB once
the application is loaded. This does not occur in debug mode, it stays
around 370mb...
The memory does spike on the first call to the webservice, and it is WAAAY
to slow as its just doing a version check, (ie grabbing a small string
value)...
Does anyone have any ideas on where to look? What to check? how can I solve
this?
Thank you so much for any ideas anyone can shed on this
John Sheppard
I have an application written in VB.Net that comsumes a webservice.
We are having issues with speed. I have not ruled out a webservice problem,
and this was my first guess. However when running through my application in
release mode the application's (assemblyname.vhost.exe) memory usage
fluctuates heavily and goes upto a max of 1.5GB and then rests on 1GB once
the application is loaded. This does not occur in debug mode, it stays
around 370mb...
The memory does spike on the first call to the webservice, and it is WAAAY
to slow as its just doing a version check, (ie grabbing a small string
value)...
Does anyone have any ideas on where to look? What to check? how can I solve
this?
Thank you so much for any ideas anyone can shed on this
John Sheppard