Single thread to Multi thread

  • midhunkumar224
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #16703 by midhunkumar224
Single thread to Multi thread was created by midhunkumar224
Hi,

Can you please give information for difference between single thread routine and Multi thread routine.

In which case we are able to convert single thread routine to multi thread routine. If you have any documents related to this, Please mail me. Mail Id is This email address is being protected from spambots. You need JavaScript enabled to view it.

Thanks in advance.

Regards,
Midhun

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

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
9 years 4 months ago #16710 by jpb
Replied by jpb on topic Single thread to Multi thread

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

  • midhunkumar224
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #16711 by midhunkumar224
Replied by midhunkumar224 on topic Single thread to Multi thread
Thanks for giving this information.

My doubt is in which case we will convert single thread routine to multi thread routine.

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

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
9 years 4 months ago #16713 by jpb
Replied by jpb on topic Single thread to Multi thread
Whenever there is a need to speed up a routine and there is a reasonable way to distribute the process.

E.g. doing the same calculation for selected accounts, customers etc. or all transaction of a period etc.
If the way of selecting all records and then do something with each is possible we can change to multi thread.
Its a bit more difficult when the outcome is a flat file (or a report), but the way is described in the second link before.
The following user(s) said Thank You: midhunkumar224

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

More
11 months 1 week ago #24123 by farajmfm
Replied by farajmfm on topic Single thread to Multi thread Convert
Hi,

Can you please give information for difference between single thread routine and Multi thread routine. In which case we are able to convert single thread routine to multi thread routine. If anyone has any documents related to this, Please mail me. My Gmail ID is This email address is being protected from spambots. You need JavaScript enabled to view it.

Thanks.

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

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G09-G13|TAFC:R05-R23|TAFJ:R19,R23:test
More
11 months 1 week ago #24126 by VK
Replied by VK on topic Single thread to Multi thread Convert
Hi
I think all is pretty well answered above in this thread  :))

Cheers
VK

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

More
9 months 1 week ago #24193 by kripesh
Replied by kripesh on topic Single thread to Multi thread
If it's a COB subroutine then it's better to write it as a Multi Thread routine. 
 

Have a great day !

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

Time to create page: 0.123 seconds