Re: ThreadAbort Exceptions !! HELP !!
- From: "Tim Greenwood" <tim_greenwood A-T yahoo D-O-T com>
- Date: Mon, 3 Apr 2006 08:10:43 -0700
Well we checked for queued requests last night and there were none during
the busiest 3 hour period of the week. Looks like our SQL server box is
really just this busy. We will have to go down a different road. Thanks
for taking time to respond!
"Patrice" <scribe@xxxxxxxx> wrote in message
news:u5EmrLOVGHA.4792@xxxxxxxxxxxxxxxxxxxxxxx
As this is in WaitOne my first thought would be a timeout. Not an expert
but could it be something like not having enough worker threads to process
incoming requests ? Have you checked performance counters for queued
requests ?
Please let us know.
--
Patrice
"Tim Greenwood" <tim_greenwood A-T yahoo D-O-T com> a écrit dans le
message de news: OG5n8tFVGHA.5092@xxxxxxxxxxxxxxxxxxxxxxx
I've seen many blogs address this issue and always end up associating it
with the infamous Response.Redirect without the second parameter. Our
web team assures me they've exhaustively gone thru the entire website and
taken care of this issue on their end.
We still get a handful of these during our busiest times. The stack
trace seems to usually point at a webservice not an aspx page.
For instance...
System.Threading.ThreadAbortException: Thread was being aborted. at
System.Threading.WaitHandle.WaitOneNative(IntPtr waitHandle, UInt32
millisecondsTimeout, Boolean exitContext) at
System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean
exitContext) at System.Net.HttpWebRequest.GetRequestStream() at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at
WWDBV2.wsOrders.Orders.GetDetailsByOrderID(Int32 lngIBO, String
strSession, Int32 lngOrderID, Boolean blnGetDetails, Boolean
blnIncludeDeleted, ViewModes vm) at WWDBV2.eApp.Details.Page_Load(Object
sender, EventArgs e)
where WWDBV2.wsOrders is a webservice on a different server inside the
firewall. Since our webservices are obviously not redirecting anything
then that is not the issue. During busy times we might have a 5-600
users consistently using our ordering system. With a 4-cluster web
front-end and a 2-cluster webservice middle-tier I'd think we should not
have any performance issues.
Our SQL Server is a single dual-proc machine (soon to be clustered with
another 4-proc box). Our current box rarely goes over 75% CPU and all
other stats are fine. The only thing I haven't personally monitered is
the network stats. The web cluster is wired to the middle tier on a
100MB connection. The middle tier is connected to the SQL box by a
dedicated 1 GB connection so I really cannot imagine bandwidth as a
problem here.
I'm pulling my hair out here and I already don't have enough of that!!
Does anyone have a clue what I could be missing here?
The manager in the web department is freaking out on us and insisting
that the "data guys" have screwed something up.
Thank you for any help ... anything at all.
.
- Prev by Date: RE: Help connecting to Access DB from web service
- Next by Date: Re: Help connecting to Access DB from web service
- Previous by thread: Re: ThreadAbort Exceptions !! HELP !!
- Next by thread: Help connecting to Access DB from web service
- Index(es):
Relevant Pages
|
|