home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11402 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.0 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!think.com!ames!agate!usenet.ins.cwru.edu!ukma!cs.widener.edu!dsinc!ub!exucom.com!cyberman
  2. From: cyberman@exucom.com (Stephen R. Phillips)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Normal MSDOS multitasking!
  5. Message-ID: <1992Dec15.013441.3028@exucom.com>
  6. Date: 15 Dec 92 01:34:41 GMT
  7. References: <1ghb1vINNccb@ub.d.umn.edu>
  8. Organization: ExuCom MultiMedia Inc.
  9. Lines: 20
  10. X-Newsreader: TIN [version 1.1 PL7]
  11.  
  12.  
  13. Chris (cbusch@ub.d.umn.edu) wrote:
  14. :    Apparantly MSDOS multitasks with the use of the pipe "|".  Is this
  15. : true?  How does the | really work?  For example: "type this.txt | more"
  16. : has 'type' and 'more' being ran simultaneously (apparantly).  How is
  17. : this so?
  18.     1:    NO it's not a true pipe and it's NOT multitasking.
  19.  
  20.     2: it creates a temporary file and spools it up tell the first
  21. program is finished then it redirects stdin for the next program to
  22. the temp file and runs that program.  AND so one.  Until it completes
  23. the task. 
  24.  
  25.     It's an illusion.
  26.  
  27. -- 
  28. This is my sig file!
  29. Read rec.games.programer!
  30.