Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Can I find a memory leak for a web service running in the Vistual Studio test environment?

I do not know how to debug a published web service and wonder how I might find a memory leak within the Visual Studio 2005 web service test environment?

The leak occures when my GPS Java applet cellphone reports its GPS location into the web service.  The more devices I have the faster the memory leaks.

Is it possible to get live data to feed a web service running in the test environment?

I'm a little at a loss and hope to hear some great ideas about hoew I can sking this cat.

thanks,
newbieweb
Avatar of curiouswebster
curiouswebster
Flag of United States of America image

ASKER

I just looked at it myself and see I am getting an array of string back from the web service.  What must I do to dispose properly of this array?
ASKER CERTIFIED SOLUTION
Avatar of gregoryyoung
gregoryyoung
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you don't have to do anything to get rid of an array except stop referencing it ....

Cheers,

Greg
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Sorry Greg - I left it open too long.

Jim
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial