Home | OS/2 Software | Rexx | Multiple Thread Warning

Multiple Thread Warning

Contributed by: Stan Irish

For my 1st piece of information (some people will already know this) -

"Multithreaded applications MUST serialize the use of external commands - otherwise they interfere with each other. For some reason, external commands can be executed concurrently but they confuse each other because there is only one set of STDIN, STDOUT, STDERR etc available."