DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Thu, 12 Jul 2007 07:43:52 +0700,    posted on: microsoft.public.dotnet.framework.sdk        back       

Thread Index
  1    meo


configuration for connectionlimit   
I found this configuration to extend connetionlimit in .NET

I need to know that what are appropriated for? Windows Application/Web 
Services/Web Applications?

Caused by I have problem when I have process of TCP Client in Web Services 
and when I stress, there are some limitations of connection (I thought 16 
connections max)

If I need to extend, how can I config?

<configuration>
  <microsoft.web.services3>
    <messaging>
      <transports>
        <add scheme="soap.tcp">
          <connectionLimit
            inbound="-1"
            outbound="-1"/>
        </add>
      </transports>
    </messaging>
  </microsoft.web.services3>
</configuration>
Date:Thu, 12 Jul 2007 07:43:52 +0700   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us