http://qs321.pair.com?node_id=206143


in reply to Increasing buffer size(?) for input FileHandle

Just a few thoughts:
  1. Are there any line breaks in that file?
    The "<FH>" will read in one complete line - though I don't think your system should have a problem with a 45000 byte line.
  2. What exactly do you mean by standstill? Can you take a look at exactly how much memory your program consumes?
  3. Are possibly running into an infinite loop somewhere? It might be embarrassing, but sometimes...you know ;-)

janx
  • Comment on Re: Increasing buffer size(?) for input FileHandle

Replies are listed 'Best First'.
Re: Re: Increasing buffer size(?) for input FileHandle
by basicdez (Pilgrim) on Oct 18, 2002 at 11:38 UTC

    by standstill I mean that the code just stops working and goes back to the previous input buffer to send a message back to the area I am attempting to interface with.

    with the open FH command, isn't there some way that I can reset the buffer size to something larger?

    peace, LOVE and ((code)) basicdez