home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / internal / 2165 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.1 KB

  1. Xref: sparky comp.unix.internals:2165 comp.unix.wizards:5647 comp.sys.sun.misc:6493
  2. Path: sparky!uunet!auspex-gw!guy
  3. From: guy@Auspex.COM (Guy Harris)
  4. Newsgroups: comp.unix.internals,comp.unix.wizards,comp.sys.sun.misc
  5. Subject: Re: lwp (threads) in SunOS kernel
  6. Keywords: lwp, threads, SunOS, kernel
  7. Message-ID: <16613@auspex-gw.auspex.com>
  8. Date: 25 Jan 93 19:00:07 GMT
  9. References: <1993Jan25.032813.10434@murdoch.acc.Virginia.EDU>
  10. Sender: news@auspex-gw.auspex.com
  11. Followup-To: comp.unix.internals
  12. Organization: Auspex Systems, Santa Clara
  13. Lines: 17
  14. Nntp-Posting-Host: auspex.auspex.com
  15.  
  16. >That is, in addition to the lightweight processes library (-llwp) provided for
  17. >users, there *appears* to be support for *kernel* threads.  Perhaps this is in
  18. >order to support multiple asynchronous I/O operations and the like.
  19.  
  20. That's precisely why it's there.
  21.  
  22. They basically stuck code derived from "-llwp" into the kernel.
  23.  
  24. >Is this all a fluke?
  25.  
  26. No.
  27.  
  28. >Is there support (eg.  a manual or commented header file) for using
  29. >threads in the kernel?
  30.  
  31. No.  It was stuck in (4.1 was the first release with it) only to support
  32. the async I/O calls; proceed at your own risk.
  33.