On Tue, Oct 27, 2020 at 5:37 PM Andrew Rowley <[email protected]> wrote:
> /bin/sh is executing the commands in a separate address space but > without the sub-step created by fork-exec (I guess this is the spawn > method that Kirk Wolf described). > > /bin/sh (when it uses spawn() and _BPX_SHAREAS=YES/MUST) will try to start the child process in the **same** address space as the parent. Get some processes running at once and use "ps" with right options or SDSF PS and you can see which processes share the same ASID. Kirk http://dovetail.com ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
