ok - found it machine.config and not my application config file. Glen Ford wrote: > 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 >
-- --------------------------------------------------------- Glen Ford Infrastructure Software Development Manager Spinvox Limited Wethered House, Pound Lane Marlow, Bucks, SL7 2AF --------------------------------------------------------- Tel : +44 (0)20 7965 2000 Fax : +44 (0)20 7965 2001 www : http://www.spinvox.com SpinVox Limited is an English company (Registered No: 04825183) with its registered address at Bridge View House, Ray Mead Road, Maidenhead, Berks, SL6 8NJ This electronic message and any attachments are intended solely for the named addressee(s). Any other recipient should be aware that its contents may be legally privileged and/or confidential and that its disclosure, copying or distribution may be unlawful. Unless you are a named addressee, please delete this message and immediately notify the sender. SpinVox has taken steps to prevent the transmission of computer viruses with electronic mail, but the responsibility for screening incoming messages and the risk of such transmission and its consequences lies with the recipient. Any views expressed in, or files attached to, this message are those of the individual sender, unless stated otherwise. SpinVox can not guarantee the integrity of this message across the Internet. SpinVox shall (will) not therefore be liable for the message if modified. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
