Changeset 4707

Show
Ignore:
Timestamp:
06/14/08 21:25:20 (5 months ago)
Author:
xmlhacker
Message:

Needed to increase the connection limit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Source/CodeSamples/AwsSdbSOAP_Test/Program.cs

    r4700 r4707  
    1313using VVMF.SOA.Common; 
    1414using System.Collections; 
     15using System.Net; 
    1516 
    1617namespace AwsSdbSOAP_Test { 
     
    2223 
    2324        static void Main(string[] args) { 
     25 
     26            ServicePointManager.DefaultConnectionLimit = 100;  
    2427 
    2528            System.Environment.SetEnvironmentVariable("AWS_PUBLIC_KEY", ConfigurationManager.AppSettings["AWS_PUBLIC_KEY"]); 
     
    6871 
    6972            Console.WriteLine("Completed all in:\t {0}ms", stopwatch.ElapsedMilliseconds); 
     73            Console.WriteLine("ServicePoint Connections: {0}", ServicePointManager.DefaultConnectionLimit); 
    7074 
    7175 
  • trunk/nuxleus/Source/Nuxleus.Extension.Aws/Nuxleus.Extension.Aws.csproj

    r4701 r4707  
    6767      <DependentUpon>Settings.settings</DependentUpon> 
    6868    </Compile> 
    69     <Compile Include="SimpleDB\Model\Attribute.cs" /> 
    70     <Compile Include="SimpleDB\Model\CreateDomain.cs" /> 
    71     <Compile Include="SimpleDB\Model\CreateDomainResponse.cs" /> 
    72     <Compile Include="SimpleDB\Model\DeleteAttributes.cs" /> 
    73     <Compile Include="SimpleDB\Model\DeleteAttributesResponse.cs" /> 
    74     <Compile Include="SimpleDB\Model\DeleteDomain.cs" /> 
    75     <Compile Include="SimpleDB\Model\DeleteDomainResponse.cs" /> 
    76     <Compile Include="SimpleDB\Model\Error.cs" /> 
    77     <Compile Include="SimpleDB\Model\ErrorResponse.cs" /> 
    78     <Compile Include="SimpleDB\Model\GetAttributes.cs" /> 
    79     <Compile Include="SimpleDB\Model\GetAttributesResponse.cs" /> 
    80     <Compile Include="SimpleDB\Model\GetAttributesResult.cs" /> 
    81     <Compile Include="SimpleDB\Model\ListDomains.cs" /> 
    82     <Compile Include="SimpleDB\Model\ListDomainsResponse.cs" /> 
    83     <Compile Include="SimpleDB\Model\ListDomainsResult.cs" /> 
    84     <Compile Include="SimpleDB\Model\PutAttributes.cs" /> 
    85     <Compile Include="SimpleDB\Model\PutAttributesResponse.cs" /> 
    86     <Compile Include="SimpleDB\Model\Query.cs" /> 
    87     <Compile Include="SimpleDB\Model\QueryResponse.cs" /> 
    88     <Compile Include="SimpleDB\Model\QueryResult.cs" /> 
    89     <Compile Include="SimpleDB\Model\ReplaceableAttribute.cs" /> 
    90     <Compile Include="SimpleDB\Model\ResponseMetadata.cs" /> 
    9169    <Compile Include="SimpleDB\SdbAction.cs" /> 
    9270    <Compile Include="SimpleDB\SimpleDBService.cs" /> 
     
    494472    </ProjectReference> 
    495473  </ItemGroup> 
     474  <ItemGroup> 
     475    <Folder Include="SimpleDB\Model\" /> 
     476  </ItemGroup> 
    496477  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
    497478  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.  
  • trunk/nuxleus/Source/nux.build

    r4703 r4707  
    9090        <include name="${build.dir}/Nuxleus.Messaging.dll"/> 
    9191        <include name="${build.dir}/Nuxleus.Service.dll"/> 
    92         <include name="${build.dir}/Nuxleus.Extension.dll"/> 
     92        <include name="${build.dir}/Nuxleus.Extension.Aws.dll"/> 
    9393        <include name="${dependencies.dir}/Tamir.SharpSSH.dll"/> 
    9494        <include name="System.dll"/> 
     
    923923    <copy file="CodeSamples/AwsSdbSOAP_Test/App.config" tofile="${build.dir}/Sdb_SOAP_Test.exe.config"/> 
    924924  </target> 
    925 <!--     
     925  <!--     
    926926        <target name="System.Messaging" depends="init"> 
    927927        <csc target="library" output="${build.dir}/System.Messaging.dll">