home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1463 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: ldvgpi16.eikon.e-technik.tu-muenchen.de!flowerp
  2. From: flowerp@ldvgpi16.eikon.e-technik.tu-muenchen.de (CHRISTIAN BUCHNER )
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Wanted: PIPE replacement!
  5. Date: 19 Jan 1996 11:27:00 GMT
  6. Organization: EIKON Elektrotechnik TU Muenchen
  7. Distribution: world
  8. Message-ID: <4dnv64$pqr@sparcserver.lrz-muenchen.de>
  9. References: <4dgbo2$4i9@sparcserver.lrz-muenchen.de> <oj64ttt17mo.fsf@hpsrk.fc.hp.com>
  10. NNTP-Posting-Host: ldvgpi16.eikon.e-technik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. > > PIPE: (or queue) handler. When pushing large data files through the
  14. > > PIPE:, I will always lose data. Obviously PIPE: was only built for small
  15. > > files (text output of programs etc.)
  16.  
  17. > I don't think so.  I just tried transferring 31 Mb (the largest file I
  18. > had handy) through two PIPE: pipes.  Worked fine, no data loss
  19. > whatsoever.  If by "large data files" you mean something bigger than
  20. > that, then I've never tried, so you may be right.  But that is, if not
  21. > big, at least not small I think.
  22.  
  23.  
  24. huh? Are we both talking about the same queue-handler? I own OS 3.1 and the
  25. OS 3.1 WB disks.
  26.  
  27. From one CLI process I type "Copy Image.JPG PIPE:Test" and in another CLI 
  28. process I use "Type >File PIPE:Test". The resulting file will be much too 
  29. short and unuseable.
  30.  
  31. The HWGQueue-Handler from Aminet fixes this problem.
  32.  
  33. But is there any C= pipe handler that does not cause this trouble?
  34.  
  35. > I've never seen the current one lose data.  How big of a transfer are
  36. > you talking about, anyway?
  37.  
  38. I have heard some people talking about a bug that occurs when buffering more
  39. than 4KB of data in the pipe (queue) handler. The problem affected me even when
  40. transferring short JPG images. Strange.
  41.  
  42. Say, you really didn't install any replacement for queue-handler, did you?
  43.  
  44.   //
  45. \X/ Flowerpower
  46.