3 Webservice Calls

  • Thread starter Thread starter David Hanson
  • Start date Start date
D

David Hanson

All,

I have an app written in VB.NET for CF which is running on Smartphone
2003. I have function which uses webservices to upload user details to
the server. All this works fine for the first two calls but on the 3rd
things start to slow down starts to rak 20 seconds compared to 5.

I am using the emulator test all this so I am unclear as to whether
the Emulator simulates low memory conditions which is what i think the
problem is! Has anyone got any pointers on this problem?

Dave Hanson
 
What kind of webservice call is that: syncronous or async?
Is the amount of data always the same?
Did you identified the actual place in the code where
it "slows down"?

-Alex
 
Back
Top