[Mono-list] web client connection liimit
Glen Ford
glen.ford at spinvox.com
Mon Feb 12 05:26:10 EST 2007
Hi,
I have hit a problem where I have a multithreaded web client connecting
to a web service, it tries to create upto 100 connections, however only
two connections are made to the server. I have set the config using
connectionManagement section to no avail, it works fine under .Net
<connectionManagement>
<add name="*" maxconnection="99"/>
</connectionManagement>
Have also tried *ServicePointManager.DefaultConnectionLimit = 1000;* to
no effect.
Am I doing something wrong?
Regards,
Glen
More information about the Mono-list
mailing list