home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / programm / 7359 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  740 b 

  1. From: Matthew.Peters@f347.n109.z1.fidonet.org (Matthew Peters)
  2. Sender: Uucp@blkcat.UUCP
  3. Path: sparky!uunet!blkcat!Uucp
  4. Newsgroups: comp.os.os2.programmer
  5. Subject: C++ and Threads
  6. Message-ID: <726341759.AA00000@blkcat.UUCP>
  7. Date: Wed, 06 Jan 1993 08:59:40 -0500
  8. Lines: 9
  9.  
  10. I am currently writing a C++ program that is going to use a lot of Threads.  And
  11. since the Threads will be using a lot of globel lists of data, what is the best
  12. way to let only one thread read/write the list at a time?  I am using system
  13. sems.  Is there anything else that would be better to use?  The reason why I ask
  14. such a question is because I feel that I am going to run out of systems sems. 
  15. In OS/2 2.0 is there any other type of semephores?  thanks
  16. Matthew
  17. /s
  18.  
  19.