home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.20 / text0042.txt < prev    next >
Encoding:
Internet Message Format  |  1990-08-02  |  718 b 

  1. From:  Doug Gwyn <gwyn@smoke.brl.mil>
  2.  
  3. -The most detailed discussion involved whether or not files should be
  4. -closed on an Exec.  The Ada binding provides a Start_Process function,
  5. -which is a primitive that safely creates a new process.  In the face
  6. -of Ada tasking, Fork and Exec are unsafe and cannot be used to
  7. -accomplish the results of a Start_Process call.  Once one of these
  8. -unsafe primitives is issued, an application program is no longer under
  9. -the control of the Ada run time system; the operating system is
  10. -involved. ...
  11.  
  12. Correct me if I'm mistaken, but I thought the specific task of
  13. 1003.5 was to provide Ada-language bindings to 1003.1, not to
  14. add functionality.
  15.  
  16. Volume-Number: Volume 20, Number 42
  17.  
  18.