Search Results

Search: Posts Made By: Neelkanth
5,010
Posted By Corona688
This wouldn't stop it from opening /dev/tty. ...
This wouldn't stop it from opening /dev/tty.

Please show the code you tried which didn't work. Maybe there's a mistake we can fix. There's no reason except the code or the terminal that it'd get...
5,010
Posted By Corona688
This does create three separate sessions, by...
This does create three separate sessions, by running db2 3 independent times.

If they are waiting for each other, there may be database locking involved and the like.

Or perhaps they are...
5,010
Posted By kshji
After started bg process, save child process...
After started bg process, save child process process id (variable !).


db2 "Call PROC1" &
pid1=$!

db2 "Call PROC2" &
pid2=$!

db2 "Call PROC3" &
pid3=$!


# then only wait that every...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 11:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy