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

  1. Xref: sparky comp.unix.internals:2168 comp.unix.wizards:5649 comp.sys.sun.misc:6500
  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: <16615@auspex-gw.auspex.com>
  8. Date: 25 Jan 93 21:40:40 GMT
  9. References: <1993Jan25.032813.10434@murdoch.acc.Virginia.EDU> <1993Jan25.155627.15411@cbnews.cb.att.com> <1k19p4INNjol@moe.ksu.ksu.edu>
  10. Sender: news@auspex-gw.auspex.com
  11. Followup-To: comp.unix.internals
  12. Organization: Auspex Systems, Santa Clara
  13. Lines: 11
  14. Nntp-Posting-Host: bootme.auspex.com
  15.  
  16. >options LWP             # kernel threads
  17. >options ASYNCHIO        # asynch I/O (requires LWP)
  18. >
  19. > I've never found documentation on what those options are really good for.
  20.  
  21. The first option is good for enabling the second option; SunOS 4.x only uses
  22. kernel LWPs to support asynch I/O.
  23.  
  24. The second option is good for Sybase, which uses async I/O on raw
  25. partitions, and may be useful for other applications such as databases
  26. or tape dump/restore that use async I/O on raw disks or tapes.
  27.