Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Increasing buffer size(?) for input FileHandle

by janx (Monk)
on Oct 17, 2002 at 20:55 UTC ( [id://206143]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://206143]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-18 02:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found