Jump to content

SC_METHOD/SC_THREAD Synchronization


Amol Nikade

Recommended Posts

  1. There is no guarantee which method or thread is activated first
  2. There is no means to give priority. Why would you like to do this? In my experience you have a thought problem if you believe you need to do this.
  3. thread activation is more expensive (in terms of computing power) than method as the thread context needs to be restored and saved. But threads keep an internal state so they are good to describe state machines.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...