home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!kilroy!hartzman
- From: hartzman@kilroy.Jpl.Nasa.Gov (Les Hartzman)
- Subject: Threads et all
- Message-ID: <1992Aug13.190952.21123@elroy.jpl.nasa.gov>
- Followup-To: hartzman@kilroy.jpl.nasa.gov
- Keywords: Threads, processes, resources, C++
- Sender: Les Hartzman
- Nntp-Posting-Host: kilroy.jpl.nasa.gov
- Organization: Jet Propulsion Laboratory, Pasadena, CA
- Distribution: na
- Date: Thu, 13 Aug 1992 19:09:52 GMT
- Lines: 22
-
- I have a few, hopefully basic, questions about multithreaded processes:
-
- 1) Does thread 1 exist for any other reason than to start
- other threads and to process the interrupt/kill signals?
-
- 2) Can ANY thread in a process create its own queue(s)?
-
- 3) In C++, I assume that I need to have a function that does
- object instatiation, and that there is no library function
- that allows you to instantiate an object as a thread (via
- its constructor)?
-
- Email or post responses to the group. Thank you.
-
- Les.
-
-
-
- --
- Les Hartzman hartzman@kilroy.jpl.nasa.gov
- Jet Propulsion Laboratory M/S 238-528 (818) 354-5964
- 4800 Oak Grove Dr., Pasadena, CA. 91109
-