473,387 Members | 1,575 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Connection Limits (Maximum is 2?)

Hi,

I'm currently running a load test in Visual Studio 2005 (Academic) / .NET
2.0 against a web service written in c# (.NET 1.1). However, I'm only able
to hit the web service with a maximum of 2 simultaneous clients. Now I know
about the System.Net maxConnection property for ConnectionManagement.
However, setting this property does not seem to resolve the problem.

I've got the same test application written in Visual Studio 2003 / .NET 1.1
running against the web service with the maxConnection property set to 100,
and it works fine (i.e. I can get up to 100 simultaenous users).

This is my configuration file for .NET 2.0:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>

<!-- ... Nothing important here ... -->

<system.net>
<connectionManagement>
<!-- The total number of maximum connections allowed to a
host -->
<add address="*" maxconnection="100"/>
</connectionManagement>
</system.net>

</configuration>

The tests are being executing using Visual Studio 2005's testing framework.
If anyone has any insight into this problem, I'd greatly appreciate. Thanks
in advance!

Aaron
Nov 23 '05 #1
0 1062

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

37
by: Carol Depore | last post by:
How do I determine the maximum array size? For example, int a works, but a does not (run time error). Thank you.
1
by: Ravi Uday | last post by:
Hi, I have this in my limits.h file. #if __INT_BITS__-0 == 64 #define LLONG_MIN (-9223372036854775807-1) /* minimum value of a long long */ #define LLONG_MAX 9223372036854775807 ...
0
by: Aaron Pfeifer | last post by:
Hi, I'm currently running a load test in Visual Studio 2005 (Academic) / .NET 2.0 against a web service written in c# (.NET 1.1). However, I'm only able to hit the web service with a maximum of...
1
by: Mark Rae | last post by:
Hi, Development machine is: AMD dual-core 64-bit Athlon 4Gb RAM 2 x 160Gb SATA hard drives WinXP Pro + SP2 and all the latest patches Visual Studio.NET 2005 SQL Server 2005 developer...
1
by: Wayne Shu | last post by:
Hei everyone: Just see the output of the following program #include <iostream> #include <cstdlib> #include <limits> int main() { std::cout << "minimum exponent of double: " <<
20
by: fniles | last post by:
I am using VS2003 and connecting to MS Access database. When using a connection pooling (every time I open the OLEDBCONNECTION I use the exact matching connection string), 1. how can I know how...
7
by: weg22 | last post by:
Hi all, I need to impose maximum and minimum numerical limits on a textbox. I'd prefer not to code these in (since I have many textboxes and the limits on each are different) and was wondering...
44
by: vippstar | last post by:
n1256.pdf (C99 TC3), 5.2.4.1 Translation limits p1 says: Does that mean that *any* program using an array of two or more elements other than char is allowed to be rejected by an implementation?...
2
by: parag_paul | last post by:
hi all, I am using a limits.h with the follwing header /* * ISO C99 Standard: 7.10/5.2.4.2.1 Sizes of integer types <limits.h> */ But I am not able to locate LINE_MAX ( number of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.