Max 2 simultaneously requests to a webservice.

J

James

Somehow my Window service cannot process more than two requests to an XML
Webservice. Is this behavior by design? Is there somehow I can workaround
this? I need to process at least to 20 requests simultaneously...

I have tried to changed the following in the machine.config where the
windows service is installed.

<connectionManagement>
<add address="*" maxconnection="20"/>
</connectionManagement>
</system.net>

But i did'nt seem to help any...

Can someone please help to solve this issue?

All help is greatly apprecheated.
Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top