Re: Fwd: IIUG 2008 survey for new features
- From: "Andrew Ford" <aford@xxxxxxxxxxxxx>
- Date: Wed, 8 Oct 2008 14:21:27 -0500
----- Original Message -----
From: "DA Morgan" <damorgan@xxxxxxxxx>
Newsgroups: comp.databases.informix
To: <informix-list@xxxxxxxx>
Sent: Wednesday, October 08, 2008 1:07 PM
Subject: Re: Fwd: IIUG 2008 survey for new features
Art Kagel wrote:
Or perhaps you don't know that a deadlock is the result of a poorly
designed set of interacting applications accessing multiple resources in
undisciplined order causing two or more users to lock each other out of
required resources?
You should consider going into politics or selling used cars.
The issue is not whether I know what a deadlock is or the cause.
The issue is that all other major RDBMS products already contain
deadlock detection capabilities that are just now being considered
for IDS as a "new" feature.
If you want to rant then instead of targeting the messenger why
don't you ask yourself why this feature was listed as something
"new" for IDS in the survey? It wasn't my survey ... it was yours.
--
Daniel A. Morgan
University of Washington
damorgan@xxxxxxxxxxxxxxxx (replace x with u to respond)
_______________________________________________
Informix-list mailing list
Informix-list@xxxxxxxx
http://www.iiug.org/mailman/listinfo/informix-list
The feature request is not for deadlock detection, that already exists in IDS. When this situation occurs the clients are returned
ISAM error code
-143 ISAM error: deadlock detected.
The database server has detected an impending deadlock between
your request and other, concurrent user requests. Each user request is
waiting for a resource (a row or disk page) that is held by another
request in the chain; if your requested operation went forward, the
chain would be closed and all requests would be deadlocked. In the
short term, treat this error the same as -107 (record is locked). Roll
back the current transaction, and re-execute it after a delay. To
prevent recurrence, review the design of the applications that use the
same tables and execute concurrently. Various design strategies can
minimize the probability of deadlock.
The feature request is simply to add the ability for the engine to capture detailed information on the sessions causing the deadlock
so one may track down the appropriate developers/vendors and smack them on the head.
To say Informix currently does not have deadlock detection is incorrect and silly.
I'm glad Informix R&D chose to implement geographically redundant RSS nodes before tackling this feature request.
Andrew
.
- References:
- IIUG 2008 survey for new features
- From: Fernando Nunes
- Re: IIUG 2008 survey for new features
- From: DA Morgan
- Re: IIUG 2008 survey for new features
- From: Obnoxio The Clown
- Re: IIUG 2008 survey for new features
- From: DA Morgan
- Re: Fwd: IIUG 2008 survey for new features
- From: DA Morgan
- IIUG 2008 survey for new features
- Prev by Date: Re: IIUG 2008 survey for new features
- Next by Date: Re: Fwd: IIUG 2008 survey for new features
- Previous by thread: Re: Fwd: IIUG 2008 survey for new features
- Next by thread: Re: Fwd: IIUG 2008 survey for new features
- Index(es):
Relevant Pages
|
Loading