home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15445 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.3 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!europa.asd.contel.com!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!fuug!fipnet!garfield!vsaari
  2. From: vsaari@garfield.fipnet.fi (Ville Saari)
  3. Message-ID: <RNlXr*DG7@garfield.fipnet.fi>
  4. Date: Thu, 05 Nov 1992 20:08:53 GMT
  5. Organization: Fipnet, Helsinki, Finland
  6. Subject: Re: How to program multi-threaded programs on Amiga ?
  7. Newsgroups: comp.sys.amiga.programmer
  8. References: <36604@cbmvax.commodore.com>
  9. Lines: 17
  10.  
  11. Randell Jesup (jesup@cbmvax.commodore.com) wrote:
  12.  
  13. :     It's farily easy to start a subroutine as a process under 2.0 using
  14. : CreateNewProc() with NP_Entry.  There are a few things to watch out for
  15. : (setting up global data pointers, and handling of library bases), but it's
  16. : pretty easy.  Make sure the sub-process exits before the main process!
  17.  
  18. I have couple of questions about CreateNewProc():
  19.  
  20. What is the right way for sub-process to exit and how can the main process
  21. be absolutely sure the sub-process has exited?
  22.  
  23. --
  24.  Ville Saari                 vsaari@garfield.fipnet.fi  ___     ____
  25.  Tallbergin puistotie 7 B 21 .---.                     //_  // //_//
  26.  00200 Helsinki              -/O\- +358 0 682 2226    //   // //
  27.  FINLAND                      ---
  28.