CrazyEngineers
  • Threading

    paresh006

    Member

    Updated: Oct 25, 2024
    Views: 1.1K
    What is thread?? How blocking of threads can be possible????
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • deepak.saini18

    MemberSep 10, 2010

    paresh006
    What is thread?? How blocking of threads can be possible????

    Check out the link <a href="https://en.wikipedia.org/wiki/Thread_%28computer_science%29" target="_blank" rel="nofollow noopener noreferrer">Thread %28Computer Science%29</a> 😁😁
    Are you sure? This action cannot be undone.
    Cancel
  • anandkumarjha

    MemberSep 10, 2010

    Before the concept of threading there was the concept of process.process means each individual tasks,as of now we know that computer science deals with the more work with less time and less memory spaces,the concept of process does not suit to this world as many process takes much time to perform its tasks and it also takes specific memoryspaces for each of its process so here came the concept of threads.A single process contains manymore threads and they all hace their own specific tasks.they takes less times to perform their tasks as compare to process and they also takes less memory spaces.
    Are you sure? This action cannot be undone.
    Cancel
  • rishi0922

    MemberSep 12, 2010

    Well i think blocking of thread can be done by setting the priority level of the process to very low , but i am not sure about it ...
    Please correct me if i am wrong ....
    Are you sure? This action cannot be undone.
    Cancel
  • anandkumarjha

    MemberSep 12, 2010

    so far as i know by setting priorities we can only ban the thread from execution which has less priorities for some times that is in other ord called as sleep for the thread which gas the less priorities
    for blocking the thread we have to terminate the thread from the process entirely....
    correct me if i am wrong
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register