Search results for query: *

  • Users: vber
  • Order by date
  1. V

    Simple threading question

    Also, when a thread completes its execution, does it automatically kill itself to free memory or do we have to manually kill it i.e. abort()? Thanks!! vber
  2. V

    Simple threading question

    hi mjb3030, thanks for your reply, i could almost get away with that solution but i have this problem: listening thread: while 1 wait for data to arrive create an object and store data in object spawn a worker thread to manipulate data end while you see, if I...
  3. V

    Simple threading question

    Hi all, I need to pass parameters to a method running in a thread. To do this I have created a global object with variables I wish to pass to the method, and a method in which im going to use for my thread function. my question is: after the thread is complete, im left with a global object...
Back
Top