Skip to main content

This article explains how to create a multi-threaded runtime

Problem:

How does one create a multi-threaded runtime?

Resolution:

To create a multi-threaded runtime, include the -t flag when you build the RTS. For example, to create an RTS with an open entry point:

cob -xvte "" -o MyThreadedRts

Note: There is one already supplied with the product. Use cobrun_t progname to use it.
Old KB# 13990