Multi threading Explained

More
8 years 1 month ago #20374 by Ohene
Multi threading Explained was created by Ohene
Can someone help newbie with an in depth definition of multi threading as against single threading

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
8 years 1 month ago - 2 years 6 months ago #20375 by VK
Replied by VK on topic Multi threading Explained
HiIf you're talking about either T24 COB or online services, the term "multithreading" (technically incorrect IMHO) means that your task will be firstly initiated with "SELECT" routine which will prepare the list of records to be processed and then this list of records will be picked up one by one by several sessions (hence it's not multi-threading in fact) running so-called tSA agents. As soon as a record is processed, its ID is removed from the job list file (F.JOB.LIST.n, where n = 1, 2, 3 ...).It allows to proceed the task faster (of course if it can be processed this way).For "in depth" description I believe you can refer to T24 COB documentation.

Cheers
VK
Last edit: 2 years 6 months ago by VK.

Please Log in or Create an account to join the conversation.

Time to create page: 0.063 seconds