home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!zrz.tu-berlin.de!math.fu-berlin.de!Sirius.dfn.de!solaris.rz.tu-clausthal.de!news!ipc1.rrzn.uni-hannover.de!gruen
- From: gruen@ipc1.rrzn.uni-hannover.de (Lutz Grueneberg)
- Subject: Re: Threads et all
- Message-ID: <1992Aug14.102309.21358@newsserver.rrzn.uni-hannover.de>
- Keywords: Threads, processes, resources, C++
- Sender: news@newsserver.rrzn.uni-hannover.de (News Service)
- Organization: University of Hannover, Germany
- References: <1992Aug13.190952.21123@elroy.jpl.nasa.gov>
- Date: Fri, 14 Aug 1992 10:23:09 GMT
- Lines: 31
-
- In article <1992Aug13.190952.21123@elroy.jpl.nasa.gov>, hartzman@kilroy.Jpl.Nasa.Gov (Les Hartzman) writes:
- |> 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)?
- Yes, look at the examples in the programmers toolkit from IBM.
- |>
- |> 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)?
- I've never seen such a object, but I'm working on a CoSession Object class
- for my PMviews class library. Every Object of the class should represent
- a own thread with a message queue. A working version will be published
- soon.
-
- Lutz
- --
- // Lutz Gr"uneberg
- // Lehrgebiet Rechnernetze und Verteilte Systeme
- // Universit"at Hannover
- // Schlosswender Str. 5
- // D-3000 Hannover 1, Germany
- //
- // Email: Grueneberg@rrzn.uni-hannover.dbp.de
- //
- // ... have a n.i.c.e. day
-
-
-