Обсуждение: Deadlocks On Demand

Поиск
Список
Период
Сортировка

Deadlocks On Demand

От
David Fetter
Дата:
Folks,

I'm working on some SQL intended to expose lock conditions (deadlock,
etc.), but to do this, I need to be able to create such conditions at
will.  Rather than build an entire infrastructure from scratch, I'd
like to know if there are any frameworks people are using to create
such conditions, and if so, what they are.

One possibility I've come up with is to finish up the concurrent psql
proposal that's been floating around for some time.

http://archives.postgresql.org/pgsql-patches/2007-05/msg00112.php

What say?

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Re: Deadlocks On Demand

От
Allan Kamau
Дата:
On Sun, Jan 3, 2010 at 5:43 AM, David Fetter <david@fetter.org> wrote:
> Folks,
>
> I'm working on some SQL intended to expose lock conditions (deadlock,
> etc.), but to do this, I need to be able to create such conditions at
> will.  Rather than build an entire infrastructure from scratch, I'd
> like to know if there are any frameworks people are using to create
> such conditions, and if so, what they are.
>
> One possibility I've come up with is to finish up the concurrent psql
> proposal that's been floating around for some time.
>
> http://archives.postgresql.org/pgsql-patches/2007-05/msg00112.php
>
> What say?
>
> Cheers,
> David.
> --
> David Fetter <david@fetter.org> http://fetter.org/
> Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
> Skype: davidfetter      XMPP: david.fetter@gmail.com
> iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics
>
> Remember to vote!
> Consider donating to Postgres: http://www.postgresql.org/about/donate
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

I am trying to come up with a probable use case scenario for such
implementation.