473,503 Members | 6,354 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1031

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

Similar topics

37
48617
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
1782
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
1067
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
1784
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
2805
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
3243
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
6538
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
2185
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
8698
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
7207
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
7291
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
7468
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5598
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4690
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3180
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1522
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
402
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.