CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    372

    Unhappy what good is a thread ?!

    if a tool like Process Explorer from sysinternals can kill it ?
    i mean, we create threads for many reasons.
    what if one of my threads keep my software from being owned
    by another process, and the Process Explorer kills it .....

    you probably understand what i want to say.

  2. #2
    Join Date
    Feb 2002
    Posts
    5,757

    Re: what good is a thread ?!

    A thread is good when, for example, processing data. We only have so many options until it becomes the choice of the OS creators.

    Have you ever considered developing your own OS?

    Kuphryn

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured