I'm running mono 2.10.8.1 on Ubuntu 12.04.

I'm sending multiple HttpWebRequests to the same server and getting a timeout 
error, and also seeing that only one connection is made to the server at a 
time.  Under Windows, the same code sends multiple concurrent web requests, so 
this seems to be specific to mono.  I've attempted setting the connection 
limits by increasing System.Net.ServicePointManager.DefaultConnectionLimit and 
also by configuration, such as
<configuration> 
 <system.net> 
  <connectionManagement> 
   <add address="*" maxconnection="100" /> 
  </connectionManagement> 
 </system.net> 
</configuration>
Neither seem to have any effect.  I suspect this is related to this bug:

https://bugzilla.xamarin.com/show_bug.cgi?id=7002

How do I tell if the version of Mono I am running contains this fix?  If it 
doesn't, what is the best way to obtain such a fix?  Are they distributed 
through Ubuntu repositories or do I need to build from source?

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

Reply via email to