× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

how the single thread program works???

  • baskarjay
  • baskarjay's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
7 years 5 months ago #20423 by baskarjay
how the single thread program works??? was created by baskarjay
Hii All

can you plz tell me how the single thread prog works???
and when we want to use single thread ???
and differentiate this from multithread???

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
7 years 5 months ago - 7 years 5 months ago #20428 by VK
Hi

1. You write all the logic in a single routine (possibly calling other ones).
2. When you don't need parallel processing (i.e. small volumes or when the logic doesn't allow that).
3. Execution in one session only. Absence of locks.

Cheers
VK
Last edit: 7 years 5 months ago by VK.
The following user(s) said Thank You: baskarjay

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

  • baskarjay
  • baskarjay's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
6 years 11 months ago #21098 by baskarjay
Replied by baskarjay on topic how the single thread program works???
Thank you so much VK

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

Time to create page: 0.092 seconds