<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic cobol thread options in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cobol-thread-options/m-p/4061467#M94501</link>
    <description>Hi everybody:&lt;BR /&gt;&lt;BR /&gt;I am trying to make a program than creates a thead that creates another thread.&lt;BR /&gt;Then i want to finish de first thread and automatically finish its sun.&lt;BR /&gt;&lt;BR /&gt;I have made a test program but it does not work. The father it´s independent and the son still lives.&lt;BR /&gt;&lt;BR /&gt;Do you guys know if there is any manner to do this. A thread create option or somthing like that ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
    <pubDate>Tue, 28 Aug 2007 04:55:31 GMT</pubDate>
    <dc:creator>Ignacio Javier</dc:creator>
    <dc:date>2007-08-28T04:55:31Z</dc:date>
    <item>
      <title>cobol thread options</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cobol-thread-options/m-p/4061467#M94501</link>
      <description>Hi everybody:&lt;BR /&gt;&lt;BR /&gt;I am trying to make a program than creates a thead that creates another thread.&lt;BR /&gt;Then i want to finish de first thread and automatically finish its sun.&lt;BR /&gt;&lt;BR /&gt;I have made a test program but it does not work. The father it´s independent and the son still lives.&lt;BR /&gt;&lt;BR /&gt;Do you guys know if there is any manner to do this. A thread create option or somthing like that ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 28 Aug 2007 04:55:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cobol-thread-options/m-p/4061467#M94501</guid>
      <dc:creator>Ignacio Javier</dc:creator>
      <dc:date>2007-08-28T04:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL thread options</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cobol-thread-options/m-p/4061468#M94502</link>
      <description>&lt;P&gt;I doubt there is anyone here that knows MF COBOL but you. ;-) So we can only answer at a system call or C level.&lt;BR /&gt;&lt;BR /&gt;Threads are completely independent. If you want the parent thread to stop the child, you must use pthread_kill or pthread_cancel. Or for joinable threads, you can use pthread_join to wait for the child.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2014 03:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cobol-thread-options/m-p/4061468#M94502</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-02-09T03:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: cobol thread options</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cobol-thread-options/m-p/4061469#M94503</link>
      <description>Hi Ignacio,&lt;BR /&gt;  You should go to the MF web site.  At their documentation web page, in their bookshelf for Server Express there is a Multi-Threaded Programming manual that discusses how to create COBOL multi-threaded applications.&lt;BR /&gt;  You don't need a support contract with MF in order to get to the manuals at their site.  Here's the one for Server Express 2.2.  I think all the other bookshelves will have the same manuals.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://supportline.microfocus.com/documentation/books/sx22sp1/mtpubb.htm" target="_blank"&gt;http://supportline.microfocus.com/documentation/books/sx22sp1/mtpubb.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;  Good luck!</description>
      <pubDate>Wed, 29 Aug 2007 10:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cobol-thread-options/m-p/4061469#M94503</guid>
      <dc:creator>susan gregory_1</dc:creator>
      <dc:date>2007-08-29T10:24:32Z</dc:date>
    </item>
  </channel>
</rss>

