home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- Path: sparky!uunet!elroy.jpl.nasa.gov!kilroy!hartzman
- From: hartzman@kilroy.Jpl.Nasa.Gov (Les Hartzman)
- Subject: Process/Thread Memory Sharing
- Message-ID: <1992Aug15.003258.24311@elroy.jpl.nasa.gov>
- Followup-To: hartzman@kilroy.jpl.nasa.gov
- Keywords: Process, thread, memory sharing
- Sender: Les Hartzman
- Nntp-Posting-Host: kilroy.jpl.nasa.gov
- Organization: Jet Propulsion Laboratory, Pasadena, CA
- Distribution: na
- Date: Sat, 15 Aug 1992 00:32:58 GMT
- Lines: 19
-
- Reading some OS/2 documentation indicates that threads created within a
- single process may share that process' memory. What is the process' memory?
- Is it the process' global memory (e.g., variables defined outside of 'main'),
- or is it an an actual memory object that is owned by the process?
-
- IF it is a memory object that the process creates, how do the threads get
- the address of the memory object?
-
- Thanks.
-
- Please email or post responses.
-
- 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
-