home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20548 < prev    next >
Encoding:
Text File  |  1993-01-02  |  1.5 KB  |  34 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!fnal.fnal.gov!gwatts
  3. From: gwatts@fnalo.fnal.gov
  4. Subject: Re: 'Threads' package question
  5. References: <1993Jan2.184916.18378@cc.umontreal.ca>
  6. Sender: nobody@ctr.columbia.edu
  7. Organization: Fermi National Accelerator Lab
  8. Date: Sun, 3 Jan 1993 02:25:22 GMT
  9. Message-ID: <1993Jan2.202522.1@fnalo.fnal.gov>
  10. Lines: 20
  11. X-Posted-From: fnalo.fnal.gov
  12. NNTP-Posting-Host: sol.ctr.columbia.edu
  13.  
  14. In article <1993Jan2.184916.18378@cc.umontreal.ca>, casgrain@ERE.UMontreal.CA (Casgrain Philippe) writes:
  15. > I would like to know what _is_ exactly the 'Threads' INIT (extension).
  16. > I believe it allows multi-threading programming.  Is this related to multi-
  17. > tasking?  Is there any sample code that I can look at to program (Pascal,
  18. > preferably)?  Is there any documentation available? (I have access to ETO).
  19.  
  20. Check out develop issue 6 and 7 -- they have the articles describing the
  21. threads package.  You can get them off the develop cd, or in the apple ftp
  22. site, under dts/doc/develop.  It has some sample code there as well as the
  23. text of the article.
  24.  
  25. I suppose you could call it multitasking -- in the same sense that multifinder
  26. is multitasking.  It allows several execution paths (threads) to be active at
  27. once in your application.  It is a nice package, though I think that apple
  28. has stopped working on it.  I've heard that something like this
  29. will be included in a future system, but I don't remember where I heard that...
  30.  
  31.     Cheers,
  32.         Gordon
  33.  
  34.