G
Guest
I am not sure if this is the right group to post to but I fugured I'd start
here. Let me know if there is a more appropriate group. I wanted to try the
forums before I wait 3+ hours on the phone to get a suport incident opened.
I am having sever concurrenct issues with a web app running on Server
2003, IIS 6, .Net 2.0 and using SQL Server 2005. The code works fine with a
single user but when I run a jMeter test against it with 3 or more threads
(emulating 3 or more users) I get errors all over the place. Different errors
at different places to make things even more fun. The errors occur when
multiple people are on as well so I don't think it is jMeter.
In general the errors occur when trying to open a SqlConnection or run an
ExceuteReader on a SqlCommand. The errors are usually either
"ExecuteReader requires an open and available Connection. The connection's
current state is connecting" or "invalid attempt to Read when reader is
closed".
This is not a multi threaded app.
The is no indication on the SQL Server side. What requests get through are
being handled fine.
There are no errors in the event viewer or web logs.
Does anyone have any ideas as to what might be happening, where I might
look or what I might try ?
here. Let me know if there is a more appropriate group. I wanted to try the
forums before I wait 3+ hours on the phone to get a suport incident opened.
I am having sever concurrenct issues with a web app running on Server
2003, IIS 6, .Net 2.0 and using SQL Server 2005. The code works fine with a
single user but when I run a jMeter test against it with 3 or more threads
(emulating 3 or more users) I get errors all over the place. Different errors
at different places to make things even more fun. The errors occur when
multiple people are on as well so I don't think it is jMeter.
In general the errors occur when trying to open a SqlConnection or run an
ExceuteReader on a SqlCommand. The errors are usually either
"ExecuteReader requires an open and available Connection. The connection's
current state is connecting" or "invalid attempt to Read when reader is
closed".
This is not a multi threaded app.
The is no indication on the SQL Server side. What requests get through are
being handled fine.
There are no errors in the event viewer or web logs.
Does anyone have any ideas as to what might be happening, where I might
look or what I might try ?