home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / perl / 4998 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  860 b 

  1. Path: sparky!uunet!gatech!destroyer!sol.ctr.columbia.edu!usc!nic!netlabs!lwall
  2. From: lwall@netlabs.com (Larry Wall)
  3. Newsgroups: comp.lang.perl
  4. Subject: Re: Pgnews 2.0 (Larry Wall Please Look)
  5. Message-ID: <1992Jul28.171230.5635@netlabs.com>
  6. Date: 28 Jul 92 17:12:30 GMT
  7. References: <2844@wrdis01.af.mil>
  8. Sender: news@netlabs.com
  9. Distribution: na
  10. Organization: NetLabs, Inc.
  11. Lines: 11
  12. Nntp-Posting-Host: scalpel.netlabs.com
  13.  
  14. In article <2844@wrdis01.af.mil> mcgough@wrdis01.af.mil (Jeffrey B. McGough) writes:
  15. : Exception:
  16. : While actually slurping up the article the select does not work???
  17. : Barry Hassler seems to think that at that point PERL has
  18. : already sucked the whole thing into its own memory buffers...
  19. : Leaving nothing for the select to work on.
  20. : Care to comment Larry???
  21.  
  22. Barry is correct.  Use recv() or sysread() to avoid stdio buffers.
  23.  
  24. Larry
  25.