Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.net erros/threads/pooling

Status
Not open for further replies.
Jul 29, 2005
136
PT
Hello,

Im using net framework 2.0 and Windows 2000 Terminal.
I have a web service that, for each request:
# make an asp call to an external page
# make requests to sql server 2000
At total, it takes about 20 seconds to give a response to a request.

I´m getting many problems like: thread was abort and SQL server query error (that a parameter is in fault,etc.)

I already increase the connection pool to 400, but it didn´help. About threads in IIS/ASP because it is 2.0 I think it will use 100 threads, so it shoudn´t be a problem right?

Thank you

Reported on
Date: 11/7/2007
Time: 3:19:32 PM
Value: Default
Data: Current Activity
Interval: 1.00 seconds


Computer:

Object: ASP.NET v2.0.50727


Application Restarts 0.000
Audit Failure Events Raised 0.000
Infrastructure Error Events Raised 0.000
Request Execution Time 31281.000
Request Wait Time 106468.000
Requests Current 62.000
Requests Queued 16.000
Requests Rejected 0.000
Worker Process Restarts 3.000
Worker Processes Running 1.000
 
Your connection string is not timeing out is it?

Ordinary Programmer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top