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


_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to