Search results for query: *

  1. S

    Question Differences in launching new threads

    Thanks for the info JohnH, it was really helpful. The application I am working on has 4 main threads which constantly maintain connections to servers and send/recv data, so I am thinking that as it is a fixed number new threads will be best. I will launch these 4 threads at the start of the...
  2. S

    Question Differences in launching new threads

    Hello, I have been using threads in windows services for a while, and have noticed (through usage and viewing other people's code) that there are different ways of launching new threads. Could anyone explain the difference in creating new threads in the following ways: 1)...
Back
Top