Re: how to ensure a client waits for a previous transaction to finish? - Mailing list pgsql-general

From John R Pierce
Subject Re: how to ensure a client waits for a previous transaction to finish?
Date
Msg-id 4B1D7305.7030605@hogranch.com
Whole thread Raw
In response to Re: how to ensure a client waits for a previous transaction to finish?  (Dan Kortschak <dan.kortschak@adelaide.edu.au>)
Responses Re: how to ensure a client waits for a previous transaction to finish?  (Dan Kortschak <dan.kortschak@adelaide.edu.au>)
List 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.





pgsql-general by date:

Previous
From: Vick Khera
Date:
Subject: Re: how to ensure a client waits for a previous transaction to finish?
Next
From: Vick Khera
Date:
Subject: Re: how to ensure a client waits for a previous transaction to finish?