Re: Randomly get timeout on SqlClient hitting localhost
- From: "William \(Bill\) Vaughn" <billvaRemoveThis@xxxxxxxxx>
- Date: Tue, 10 Jul 2007 09:17:02 -0700
Okay, the timeouts can occur on any system. There are (generally) two types
of timeouts that occur : Connection timeouts and Command timeouts. The
former can be caused by a connection pool issue or by the server (or system)
being too busy to process the query. The latter can be caused by a lock
conflict or (again) the server being too busy to complete the operation in
time. Just because it's a client system does not mean that there aren't
other competing applications fighting for CPU time--like Age Of Empires. ;)
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:41lr$RwwHHA.4484@xxxxxxxxxxxxxxxxxxxxxxxxx
Thanks for your reply Dave,
Since it is a client form application, I think the problem should not be
caused by performance stress. If possible, you can try connecting to
different database to see whether you'll encounter the same error.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- Follow-Ups:
- Re: Randomly get timeout on SqlClient hitting localhost
- From: David Thielen
- Re: Randomly get timeout on SqlClient hitting localhost
- References:
- RE: Randomly get timeout on SqlClient hitting localhost
- From: Steven Cheng[MSFT]
- RE: Randomly get timeout on SqlClient hitting localhost
- From: Steven Cheng[MSFT]
- RE: Randomly get timeout on SqlClient hitting localhost
- Prev by Date: RE: Randomly get timeout on SqlClient hitting localhost
- Next by Date: Re: Asyc reader in .NET 2
- Previous by thread: RE: Randomly get timeout on SqlClient hitting localhost
- Next by thread: Re: Randomly get timeout on SqlClient hitting localhost
- Index(es):
Relevant Pages
|