home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / programm / 4205 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.2 KB  |  37 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!kilroy!hartzman
  3. From: hartzman@kilroy.Jpl.Nasa.Gov (Les Hartzman)
  4. Subject: Threads et all
  5. Message-ID: <1992Aug13.190952.21123@elroy.jpl.nasa.gov>
  6. Followup-To: hartzman@kilroy.jpl.nasa.gov
  7. Keywords: Threads, processes, resources, C++
  8. Sender: Les Hartzman
  9. Nntp-Posting-Host: kilroy.jpl.nasa.gov
  10. Organization: Jet Propulsion Laboratory, Pasadena, CA
  11. Distribution: na
  12. Date: Thu, 13 Aug 1992 19:09:52 GMT
  13. Lines: 22
  14.  
  15. I have a few, hopefully basic, questions about multithreaded processes:
  16.  
  17.         1)  Does thread 1 exist for any other reason than to start
  18.             other threads and to process the interrupt/kill signals?
  19.  
  20.         2)  Can ANY thread in a process create its own queue(s)?
  21.  
  22.         3)  In C++, I assume that I need to have a function that does
  23.             object instatiation, and that there is no library function
  24.             that allows you to instantiate an object as a thread (via
  25.             its constructor)?
  26.  
  27. Email or post responses to the group.  Thank you.
  28.  
  29. Les.
  30.  
  31.  
  32.  
  33. -- 
  34. Les Hartzman                hartzman@kilroy.jpl.nasa.gov
  35. Jet Propulsion Laboratory   M/S 238-528    (818) 354-5964
  36. 4800 Oak Grove Dr., Pasadena,  CA.  91109
  37.