Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Service consumer problem

Status
Not open for further replies.

blondebier

Programmer
Jun 19, 2003
142
GB
Background:

I have written an application that consumes a .net web service. It is a single form that loads that allows a user to select a range of car registrations. Once the range is selected the user can then fire these off to the web service and a valuation for the cars will be returned. This happens one at a time.

Problem:

If the range submitted off to the webservice is large, the form appears to "hang", as it will not respond until all the submissions have completed.

Question:

Is it possible to stop this from happening?

I thought multithreading might be something to look into, but I havn't much time and I need a quick solution.

If anyone has come across this problem before and has a solution I'd appreciate some pointers.

Cheers,

Francis
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top