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

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!kilroy!hartzman
  3. From: hartzman@kilroy.Jpl.Nasa.Gov (Les Hartzman)
  4. Subject: Process/Thread Memory Sharing
  5. Message-ID: <1992Aug15.003258.24311@elroy.jpl.nasa.gov>
  6. Followup-To: hartzman@kilroy.jpl.nasa.gov
  7. Keywords: Process, thread, memory sharing
  8. Sender: Les Hartzman
  9. Nntp-Posting-Host: kilroy.jpl.nasa.gov
  10. Organization: Jet Propulsion Laboratory, Pasadena, CA
  11. Distribution: na
  12. Date: Sat, 15 Aug 1992 00:32:58 GMT
  13. Lines: 19
  14.  
  15. Reading some OS/2 documentation indicates that threads created within a
  16. single process may share that process' memory.  What is the process' memory?
  17. Is it the process' global memory (e.g., variables defined outside of 'main'),
  18. or is it an an actual memory object that is owned by the process?
  19.  
  20. IF it is a memory object that the process creates, how do the threads get
  21. the address of the memory object?
  22.  
  23. Thanks.
  24.  
  25. Please email or post responses.
  26.  
  27. Les.
  28.  
  29.  
  30. -- 
  31. Les Hartzman                hartzman@kilroy.jpl.nasa.gov
  32. Jet Propulsion Laboratory   M/S 238-528    (818) 354-5964
  33. 4800 Oak Grove Dr., Pasadena,  CA.  91109
  34.