Multiple Concurrent calls to a Web Service

  • Thread starter Thread starter David Hyde
  • Start date Start date
D

David Hyde

Hi,

I'm developing on .NET 2.0 CF and I'm trying to make concurrent asynchronous
calls to a web service. The calls may take a long time to process (> 1
minute), but that's not a problem. What I'm running up against though, is
the limit of two concurrent calls at a time. If I was developing on a
desktop it looks like I could edit the machine.config file or use
System.Net.Configuration.ConnectionManagementElement.MaxConnection to
increase the number of concurrent connections that I can make.

Anyone know how I can do the same with CF?

Thanks very much

David
 
Back
Top