Re: how to ensure a client waits for a previous transaction to finish?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Dan Kortschak <dan(dot)kortschak(at)adelaide(dot)edu(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to ensure a client waits for a previous transaction to finish?
Date: 2009-12-07 21:26:29
Message-ID: 4B1D7305.7030605@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dan Kortschak wrote:
> Yes, they are separate perl files (I'm thinking that perhaps this wasn't
> the best way to do it now, but for the moment I'm going to have to stick
> with it).
>
> In the case of the manual testing it's jus a matter of command line
> calls. The automated runs call each script as part of a PBS torque
> script (essentially a sh script calls each in turn).
>

I'm totally unfamiliar with torque., but you probably need to tell
torque to run the first script and wait for it to return before running
the rest, its probably launching a bunch concurrently.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vick Khera 2009-12-07 21:27:00 Re: how to ensure a client waits for a previous transaction to finish?
Previous Message Vick Khera 2009-12-07 21:25:38 Re: how to ensure a client waits for a previous transaction to finish?