home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sun / misc / 3769 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.1 KB  |  33 lines

  1. Newsgroups: comp.sys.sun.misc
  2. Path: sparky!uunet!portal!v3!brian
  3. From: brian@vestek.com (Brian Houston)
  4. Subject: Re: lightweight processes
  5. Message-ID: <1992Aug19.093201.531@vestek.com>
  6. Keywords: lwp threads nbio
  7. Sender: brian@vestek.com (brian houston)
  8. Organization: Vestek Systems
  9. References: <SIM.92Jul30175133@mdtf14.fnal.gov> <2287@unet.UUCP>
  10. Distribution: usa
  11. Date: Wed, 19 Aug 92 09:32:01 GMT
  12. Lines: 19
  13.  
  14. >>I am interested in using lightweight processes (threads) for a project.
  15. >>The man page for lwp_create . . .
  16. >
  17. >  I am also trying to use the lwp libraries.  The man page notes under
  18. >bugs:
  19. >    Killing a process that uses the non-blocking I/O library may leave
  20. >    objects (such as its standard input) in a non-blocking state.  This
  21. >    could cause confusion to the shell.
  22. >
  23. >  When I use the non-blocking I/O library, the shell exits immediately
  24. >after the program exits, so it looks like something was left funny.
  25. >
  26.  
  27. the reason why the shell is being blown out of the water,
  28. is that your code isn't exiting using the pod_exit()
  29. routine yet (I think...). 
  30.  
  31. good luck
  32. brian
  33.