Single thread to Multi thread
- midhunkumar224
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
10 years 1 week 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
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
- Offline
- Moderator
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 649
10 years 1 week ago #16710
by jpb
Replied by jpb on topic Single thread to Multi thread
Try the SEARCH function, there are some topics related to MULTI THREAD, e.g. :
www.t24all.com/index.php/forum/feedback/...e-for-cob.html#15549
www.t24all.com/index.php/forum/t24-devel...eaded-rtn.html#16070
www.t24all.com/index.php/forum/feedback/...e-for-cob.html#15549
www.t24all.com/index.php/forum/t24-devel...eaded-rtn.html#16070
Please Log in or Create an account to join the conversation.
- midhunkumar224
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
10 years 1 week 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.
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
- Offline
- Moderator
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 649
10 years 1 week 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.
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.
- farajmfm
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
1 year 7 months 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.
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
- Offline
- Platinum Member
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1183
- Thank you received: 157
1 year 7 months ago #24126
by VK
Cheers
VK
Replied by VK on topic Single thread to Multi thread Convert
Hi
I think all is pretty well answered above in this thread :))
I think all is pretty well answered above in this thread :))
Cheers
VK
Please Log in or Create an account to join the conversation.
- kripesh
- Offline
- Platinum Member
Less
More
- Posts: 456
- Thank you received: 65
1 year 5 months ago #24193
by kripesh
Have a great day !
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.093 seconds